Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt26 internal val BLOCKING_DEFAULT_PARALLELISM = systemProp( constant
DDispatcher.kt95 public fun blocking(parallelism: Int = BLOCKING_DEFAULT_PARALLELISM): CoroutineDispatcher { in toString()