What is the alternative to Combine's CurrentValueSubject or combineLatest()?
> What is the alternative to Combine's CurrentValueSubject or combineLatest()?
https://github.com/apple/swift-async-algorithms
* though current value subject is not there its not hard to make one if you need it
https://github.com/apple/swift-async-algorithms
* though current value subject is not there its not hard to make one if you need it