CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.73k stars 155 forks source link

Add sample(with:) and sample(on:) operators #154

Open Breiby opened 1 year ago

Breiby commented 1 year ago

A suggestion for adding the sample(with:) and sample:(on) operators as seen in ReactiveSwift. Essentially a convenient reverse of withLatestFrom.