[Swift] Concurrency 링크 모음
22 June 2022
WWDC
2021
- Apple - Protect mutable state with Swift actors
- Apple - Explore structured concurrency in Swift
- Apple - Meet async/await in Swift
- Apple - Swift concurrency: Behind the scenes
- Apple - Swift concurrency: Update a sample app
- Apple - Meet AsyncSequence
- Apple - Use async/await with URLSession
- Apple - Discover concurrency in SwiftUI
2022
- Apple - Eliminate data races using Swift Concurrency
- Apple - Meet distributed actors in Swift
- Apple - Visualize and optimize Swift concurrency
- Apple - Efficiency awaits: Background tasks in SwiftUI
Book
Other
- TaskLocal
- Swift Concurrency를 이용한 표시 재개하는 UIViewController 구현 - Mirrativ Tech Blog
- Apple의 샘플 프로젝트에서 Swift Concurrency 이행의 에센스를 배운다 - Mirrativ Tech Blog
- Swift Concurrency 치트 시트
- Swift Concurrency in GoodNotes
- Github
- Apple/swift-async-algorithms
- reddavis/Asynchrone - Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream
- benpious/AsyncOperators