Join Slack
Powered by
<@U8V3PLBAT> My goal was to have `async` as a chil...
# coroutines
l
louiscad
01/19/2018, 2:28 PM
@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)
Open in Slack
Previous
Next