Anyone know any good parallel sequence library? I'...
# coroutines
m
Anyone know any good parallel sequence library? I'd like the same functional equivalent of parallelstreams, but not in streams. (because switching between kotlin-style collection operators and stream operators are tedious and ugly)
t
Coroutines
Flow
?