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

Can 'Action' be supported? #159

Open ijunfly opened 1 year ago

ijunfly commented 1 year ago

Hello, can you add a function similar to Action (RACCommand) in ReactiveCocoa? I think it's still very practical, or how can it be quickly implemented in Combine? thank you.