I\'m refactoring some Kotlin code that currently launches coroutines on the GlobalScope to a structured concurrency-based approach. I need to join all of the jobs l
GlobalScope