akarnokd / kotlin-flow-extensions

Extensions to the Kotlin Flow library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will you also port the `Throttle` operators in RxJava to Flow?

ExpensiveBelly opened this issue · comments

Currently only debounce is present in Flow, but operators like throttleFirst, latest, etc, are not there.

Any plans to introduce those? Many thanks

No plans to port anything at the moment.

But if you can show me a typical "rejection response" from the standard coroutine lib, I'm willing to accept it as a contribution.