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

Allow editing the value property of the CurrentValueRelay #142

Open cefiro666 opened 2 years ago

cefiro666 commented 2 years ago

I would like to be able to edit the value property of the CurrentValueRelay, as is possible for CurrentValueSubject