how does the automatic conversion from `suspend` t...
# coroutines
k
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?