The other idea is that the actual implementation o...
# coroutines
e
The other idea is that the actual implementation of
runSuspending
in
kotlinx.coroutines
will understand the concept of the current context, so you can use
runSuspending
to "fire-and-forget"new coroutine in the current context.