top | item 43941613

(no title)

storoj | 9 months ago

IMO async/await and Combine are two completely different things.

What is the alternative to Combine's CurrentValueSubject or combineLatest()?

discuss

order

andrekandre|9 months ago

  > What is the alternative to Combine's CurrentValueSubject or combineLatest()?
combine latest et al can be found in async algorithms from apple*

https://github.com/apple/swift-async-algorithms

* though current value subject is not there its not hard to make one if you need it

lukeh|9 months ago

AsyncExtensions implements many Combine-like patterns in structured concurrency.