How to make an `async` block launched within `laun...
# coroutines
l
How to make an
async
block launched within
launch
execute in another coroutine Context (e.g.
CommonPool
), while being a child of the coroutine launched with
launch
? My goal is to cancel the
async
block if the
launch
block is cancelled.