Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.89 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.89 KB

Combine Extensions

A collection of useful extensions for Apple's Combine framework.

Features

Publishers

Thread-safe subscription management

Usage

Add CombineExtensions to the dependencies section of your package.swift file.

.package(url: "https://github.com/shareup/combine-extensions.git", from: "6.0.0")

License

CombineExtensions is licensed under the MIT license. It includes code from Combine Schedulers, which is also licensed under the MIT license.