Home
last modified time | relevance | path

Searched refs:ThreadCount (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt81 private val ThreadCount = minOf(10, Runtime.getRuntime().availableProcessors()) constant
87 private val threadPool = Array(ThreadCount) { in <lambda>()