Join Slack
Powered by
Does this run concurrently if the `download` funct...
# coroutines
d
dave08
01/01/2020, 3:19 PM
Does this run concurrently if the
download
function in a
suspend fun
?
Copy code
urlStringFlow.flatMapMerge(6) { flowOf(client.download(it)) }.collect()
4
Views
Open in Slack
Previous
Next