I wrote an article about dispatchers - how do they...
# coroutines
m
I wrote an article about dispatchers - how do they work and when do we use each of them 🙂 https://kt.academy/article/cc-dispatchers
If anyone has a good use-case for Unconfined, please let me know.
l
I think it's for testing.
m
This is how I described it, but since we have
runBlockingTest
I found if useful rather rarely.