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