asCoroutineDispatcher

val IScheduler.asCoroutineDispatcher: CoroutineDispatcher


fun IScheduler.asCoroutineDispatcher(allowInlining: Boolean): CoroutineDispatcher

Deprecated

Use asCoroutineDispatcher that doesn't allow inlining because isDispatchNeeded()=false can lead to deadlocks