unconfined

abstract fun unconfined(): CoroutineDispatcher

Returns the unconfined CoroutineDispatcher. This dispatcher starts coroutines in the caller thread but only until the first suspension point.

Return

The unconfined CoroutineDispatcher.