Join Slack
Powered by
If I use `suspendCoroutine` to wrap an async callb...
# coroutines
a
asad.awadia
11/26/2018, 3:56 PM
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
zak.taccardi
11/26/2018, 5:14 PM
whatever the current coroutine context is…so yes
2
Views
Open in Slack
Previous
Next