Searched refs:mayNotBlock (Results 1 – 2 of 2) sorted by relevance
20 nonBlockingThreadPredicate { p -> p.or { mayNotBlock(it) } } in <lambda>()
969 internal fun mayNotBlock(thread: Thread) = thread is CoroutineScheduler.Worker && method