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

AnyPublisher extensions for Just, Fail and Empty #156

Open stefanomondino opened 1 year ago

stefanomondino commented 1 year ago

fixes #155

I'm not sure if creating a AnyPublisher.swift file is the proper way to go, let me know :)