louiscad
01/19/2018, 1:26 PMasync
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.