If the primitive `startCoroutine` is used, then th...
# coroutines
f
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.