<@U2E974ELT> do you mean `withContext` automatical...
# coroutines
b
@elizarov do you mean
withContext
automatically inherits `coroutineContext`'s job as parent, with explicitly setting
parent=
? If so, does
launch
and
async
have the same behavior?