DefaultDispatcher

val DefaultDispatcher: CoroutineDispatcher (source)

This is the default CoroutineDispatcher that is used by all standard builders like launch, async, etc if no dispatcher nor any other ContinuationInterceptor is specified in their context.

It is currently equal to CommonPool, but the value is subject to change in the future.