An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.
This project uses the latest Xcode 13 beta (version 5).
- What's new in Swift
- Meet async/await in Swift
- Explore structured concurrency in Swift
- Use async/await with URLSession
- Meet AsyncSequence
- Protect mutable state with Swift actors
- Discover concurrency in SwiftUI
- Swift concurrency: Update a sample app