If I use `suspendCoroutine` to wrap an async callb...
# coroutines
a
If I use
suspendCoroutine
to wrap an async callback into a suspend function - which dispatcher does it use to run on? The same dispatcher that called it?
đź‘Ť 1
z
whatever the current coroutine context is…so yes