Releases: akarnokd/kotlin-flow-extensions
Releases · akarnokd/kotlin-flow-extensions
0.0.4
0.0.3
Bugfixes
- Ensure subject removes cancelled consumer (#17)
- Fix
BehaviorSubjectandReplaySubjectto remove a cancelled consumer upon job cancellation (commit 60e611ca)
Enhancements
- Add
onBackpressureDropoperator (commit 3862105a) - Add
flatMapDropoperator (commit 60e611ca)
Other
0.0.2
Highlights
- Implemented a couple of Flow operators
- Added a sub-DSL for parallel Flow processing
Changes
- Sources
rangetimer
- Intermediate Flow operators (
FlowExtensions)Flow.concatWithFlow.groupByFlow.parallelFlow.publishFlow.replayFlow.startCollectOnFlow.takeUntil
ParallelFlowoperators (FlowExtensions)ParallelFlow.concatMapParallelFlow.filterParallelFlow.mapParallelFlow.reduceParallelFlow.sequentialParallelFlow.transform