Wait, isn't it what `launch { job1.join(); job2.jo...
# coroutines
v
Wait, isn't it what
launch { job1.join(); job2.join()}
does?
1