I am trying to have multi jobs (like I say 4 jobs ...
# coroutines
a
I am trying to have multi jobs (like I say 4 jobs now), and I want to have them all start concurrently(which will save some time for me) and I can do something when all that 4 jobs are completed. Is there any way to achieve this?