Searched refs:shouldBeProcessedFromContext (Results 1 – 4 of 4) sorted by relevance
44 eventLoop = (contextInterceptor as? EventLoop)?.takeIf { it.shouldBeProcessedFromContext() } in runBlocking()
53 eventLoop = (contextInterceptor as? EventLoop)?.takeIf { it.shouldBeProcessedFromContext() } in runBlocking()
225 override fun shouldBeProcessedFromContext(): Boolean = true in <lambda>() method in kotlinx.coroutines.test.TestCoroutineContext.Dispatcher
78 public open fun shouldBeProcessedFromContext(): Boolean = false in <lambda>() method in kotlinx.coroutines.EventLoop