Concurrency wwdc videos
Asked on 07/27/2024
1 search
For information on concurrency at WWDC, you might find the session "What’s new in Xcode 16" particularly relevant. This session covers various updates and improvements in Xcode 16, including how to parallelize tasks to improve performance. Specifically, it discusses using task groups to move execution to the background, which is a key aspect of handling concurrency.
You can check out the details on concurrency improvements in Xcode 16 in the following segment:
- What’s new in Xcode 16 (20:19)
This segment demonstrates how to parallelize loading tasks using a task group, which helps in distributing work across multiple background threads and avoids blocking the main thread.
Relevant Sessions
- Platforms State of the Union
- What’s new in Xcode 16
- Explore machine learning on Apple platforms
- Explore multiview video playback in visionOS
- Migrate your TVML app to SwiftUI
- Discover media performance metrics in AVFoundation
If you have more specific questions or need further details, feel free to ask!

Explore machine learning on Apple platforms
Get started with an overview of machine learning frameworks on Apple platforms. Whether you’re implementing your first ML model, or an ML expert, we’ll offer guidance to help you select the right framework for your app’s needs.

Migrate your TVML app to SwiftUI
SwiftUI helps you build great apps on all Apple platforms and is the preferred toolkit for bringing your content into the living room with tvOS 18. Learn how to use SwiftUI to create familiar layouts and controls from TVMLKit, and get tips and best practices.

Platforms State of the Union
Discover the newest advancements on Apple platforms.