dispatch

abstract fun dispatch(
    context: CoroutineContext,
    block: Runnable
): Unit
(source)

Platform and version requirements: JVM

abstract fun dispatch(
    context: CoroutineContext,
    block: Runnable
): Unit
(source)

Platform and version requirements: JS

Dispatches execution of a runnable block onto another thread in the given context.