Searched refs:asExecutor (Results 1 – 5 of 5) sorted by relevance
25 val blocking = blockingDispatcher(corePoolSize).asExecutor() in testBlockingProgressPreventedInternal()26 val regular = dispatcher.asExecutor() in testBlockingProgressPreventedInternal()53 val blocking = blockingDispatcher(corePoolSize).asExecutor() in testBlockingProgressPreventedExternal()54 val regular = dispatcher.asExecutor() in testBlockingProgressPreventedExternal()
53 assertSame(executor, dispatcher.asExecutor()) in <lambda>()60 Dispatchers.Default.asExecutor().execute { in <lambda>()76 val executor = dispatcher.asExecutor() in <lambda>()
70 public fun CoroutineDispatcher.asExecutor(): Executor = in close() method
234 * `CoroutineDispatcher.asExecutor` extension (#1450).
311 …public static final fun asExecutor (Lkotlinx/coroutines/CoroutineDispatcher;)Ljava/util/concurrent…