Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt36 minValue = CoroutineScheduler.MIN_SUPPORTED_POOL_SIZE
DCoroutineScheduler.kt99 require(corePoolSize >= MIN_SUPPORTED_POOL_SIZE) { in <lambda>()
100 "Core pool size $corePoolSize should be at least $MIN_SUPPORTED_POOL_SIZE" in <lambda>()
318 …internal const val MIN_SUPPORTED_POOL_SIZE = 1 // we support 1 for test purposes, but it is not us… in <lambda>() constant