Skip to content

shareup/combine-extensions

Repository files navigation

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.