Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt62 private var coroutineScheduler = createScheduler() in toString()
124 …private fun createScheduler() = CoroutineScheduler(corePoolSize, maxPoolSize, idleWorkerKeepAliveN… in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
130 coroutineScheduler = createScheduler() in toString()