Join Slack
Powered by
If the primitive `startCoroutine` is used, then th...
# coroutines
f
Felix
01/28/2018, 12:10 AM
If the primitive
startCoroutine
is used, then the context of the final continuation is used. However, when using
launch
or
future
we can pass a context, which makes more sense.
Open in Slack
Previous
Next