Get started with Swift concurrency
October 10, 2022
Swift offers built-in support for asynchronous and concurrent code to help you optimize parallelization of tasks — especially on machines with more cores. With Swift concurrency, you can ensure small tasks that require UI updates can be prioritized while longer tasks continue in the background. Discover how you can started with Swift concurrency, debug your tasks and actors, explore the latest tools, and much more. We’ll also show you how you can optimize the execution of asynchronous and parallel tasks when using Swift concurrency without interacting directly with threads.
Get started
Meet async/await in Swift
Watch nowDiscover concurrency in SwiftUI
Watch nowUse async/await with URLSession
Watch nowMeet AsyncSequence
Watch nowMeet distributed actors in Swift
Watch nowVisualize and optimize Swift concurrency
Watch nowMeet Swift Async Algorithms
Watch nowThe Swift Programming Language: Concurrency