asCoroutineDispatcher

fun IScheduler.asCoroutineDispatcher(allowInlining: Boolean): CoroutineDispatcher

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.asCoroutineDispatcher
asCoroutineDispatcher(allowInlining)

val IScheduler.asCoroutineDispatcher: CoroutineDispatcher

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.asCoroutineDispatcher
asCoroutineDispatcher