Searched defs:wrapperDispatcher (Results 1 – 4 of 4) sorted by relevance
71 public fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method81 public suspend fun wrapperDispatcher(): CoroutineContext = wrapperDispatcher(coroutineContext) in wrapperDispatcher() method
83 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method
199 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in <lambda>() method
140 private fun wrapperDispatcher(context: CoroutineContext): CoroutineContext { in wrapperDispatcher() method in kotlinx.coroutines.debug.ToStringTest