CombineExtensions

6.0.1

shareup/combine-extensions

What's New

v6.0.1

2023-11-29T12:57:54Z
  • Fix Publisher.throttle(while:latest:) dropping values emitted at the same time the regulator fires.
  • Ensure Publisher.throttle(while:latest:) does not emit a previous value when a regulator flips several times while the upstream does not emit new values.

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.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Sat Mar 16 2024 20:40:06 GMT-0900 (Hawaii-Aleutian Daylight Time)