A collection of useful extensions for Apple's Combine framework.
- AgainAt
- AnyConnectablePublisher
- BufferPassthroughSubject
- Distinct
- Enumerated
- InputStreamPublisher
- MulticastLatest
- OutputStreamPublisher
- ReduceLatest
- RetryIf
- ThrottleWhile
Add CombineExtensions to the dependencies section of your package.swift file.
.package(url: "https://github.com/shareup/combine-extensions.git", from: "6.2.0")CombineExtensions is licensed under the MIT license. It includes code from Combine Schedulers, which is also licensed under the MIT license.