CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://github.com/CombineCommunity/CombineExt
The original inspiration for many of these additions came from my journey investigating Combine after years of RxSwift and ReactiveX usage.
All operators, utilities and helpers respect Combine's publisher contract, including backpressure.
Operators
withLatestFromflatMapLatestassignmaterializevaluesfailuresdematerializepartition
Publishers
AnyPublisher.createCurrentValueRelayPassthroughRelay
Top comments (0)