default

open val default: CoroutineDispatcher

CoroutineDispatcher generally intended for cpu-bound tasks.

Corresponds to the Dispatchers.Default property in a default implementation.

See also

kotlinx.coroutines.Dispatchers

Sources

Link copied to clipboard