yep. i usually put the loop in a method to be the ...
# coroutines
j
yep. i usually put the loop in a method to be the worker and then do 9 launch/asyncs and one "synchronous" call of it.
d
Yes, I do this too. Would be cool if it were built in somehow eh