Package kotlinx.coroutines.experimental.quasar

Integration with Quasar.

Functions

runFiberBlocking

fun <T> runFiberBlocking(block: suspend () -> T): T

Runs Kotlin suspending function from Quasar-instrumented suspendable code.

runSuspendable

suspend fun <T> runSuspendable(
    callable: SuspendableCallable<T>
): T

Runs Quasar-instrumented suspendable code from Kotlin coroutine.