defaultDispatcher

fun defaultDispatcher(): CoroutineDispatcher(source)

Handy equivalent of Dispatchers.TargetDefault.

Return

the a CoroutineDispatcher for default operations.

See also