dispatch

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

Overrides CoroutineDispatcher.dispatch

Platform and version requirements: JVM

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