Join Slack
Powered by
how does the automatic conversion from `suspend` t...
# coroutines
k
KamilH
11/20/2020, 8:33 AM
how does the automatic conversion from
suspend
to
completionHandler
works under the hood in Kotlin-Native? On which dispatcher they are run? What about the scope in which they run? Is it possible to cancel this scope?
Open in Slack
Previous
Next