Join Slack
Powered by
Or do I have to use `runBlocking` and have a `scop...
# coroutines
d
dave08
11/26/2019, 1:31 PM
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...
4
Views
Open in Slack
Previous
Next