The differences between them only becomes apparent...
# coroutines
e
The differences between them only becomes apparent when you do something like
UI + EmptyContext
(equals to
UI
) vs
UI + Unconfined
(equals to
Unconfined
), plus the fact that
Unconfined
supports “debugging facilities” (naming thread with coroutine name) which may be reworked in the future anyway.
👍🏽 2
☝️ 1