<@U8V3PLBAT> My goal was to have `async` as a chil...
# coroutines
l
@antifaton My goal was to have
async
as a child of
launch
, while having them execute in different dispatchers. I tried using
async(coroutineContext + CommonPool) { ... }
and it seems to work (my code is a bit complex to be sure at the moment)