Searched refs:MIN_SUPPORTED_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance
36 minValue = CoroutineScheduler.MIN_SUPPORTED_POOL_SIZE
99 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