Kotlin / kotlinx.coroutines

Library support for Kotlin coroutines
Apache License 2.0
12.94k stars 1.84k forks source link

Stabilize flatten/flatMap family of operators #2713

Open qwwdfsad opened 3 years ago

qwwdfsad commented 3 years ago

While it's still closely bound to #1147, it's worth investigating and draft-designing the original operators stabilization, so our flatMap analogue will be available for users who don't use any experimental API

CoreFloDev commented 3 years ago

Hi @qwwdfsad

I got the same question about the merge() and scan() operator, any blockers that don't make them suitable for stabilization?

Thanks!

gabrielittner commented 2 weeks ago

Any updates on stabilizing these operators?