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.72k stars 151 forks source link

Add `withUnretained` operator #99

Open dungntm58 opened 3 years ago

dungntm58 commented 3 years ago

I adopted the operator name and its functionality from RxSwift and found it quite helpful to omit self while subscribing to the upstream. This is my first contribution to this library, please consider and give me any feedback.