Hacker News new | ask | show | jobs
by Daedren 439 days ago
Between a dead Combine that no longer functions in Swift 6 or a severely handicapped AsyncSequence lacking basic features, where are developers supposed to turn to?

All these projects like Async Algorithms, AsyncExtensions, Asynchrone, etc. are being born out of necessity.

Deprecating Combine would be less of a problem if Sendable wasn’t a hard requirement but it is.

1 comments

I mostly write these things by hand when necessary which sucks but at least I know what is going on with them.