Introducing Swift Async Algorithms

We learned a lot from our work on Combine, and this project takes that work and applies it. There are obviously a few key areas that this package does not touch on (e.g. @Published or ObservableObject since those interact more so with SwiftUI than anything else), but there are a ton of similarities there because they are similarly useful concepts. This package takes that work and now integrates the language fundamentals like async/await and Task.

16 Likes