Or do I have to use `runBlocking` and have a `scop...
# coroutines
d
Or do I have to use
runBlocking
and have a `scope.launch { ... }.join() to get such functionality? I need to use a provided scope (managing the lifecycle of the Service), so I can't simply use `runBlocking`'s scope...