<@U0B8UEMV1> With one of the latest updates to the...
# coroutines
e
@pakoito With one of the latest updates to the coroutine builders
EmptyCoroutineContext
now means "use default dispatcher", while
Unconfined
is a specific coroutine dispatcher (albeit without its own thread) that overrides the use of default.
👍🏽 1