Join Slack
Powered by
How would I transform a flow with multiple paralle...
# coroutines
b
Big Chungus
02/27/2021, 7:25 PM
How would I transform a flow with multiple parallel coroutines? I saw .buffer() option, but that just does the transform on a single parallel coroutine to collector
d
Dominaezzz
02/27/2021, 7:41 PM
https://github.com/Kotlin/kotlinx.coroutines/issues/1147
b
Big Chungus
02/27/2021, 7:48 PM
Got it, I'll revert to channels for now. Thanks!
3
Views
Open in Slack
Previous
Next