In lessons 1 and 2, you learned what Structured Concurrency is and how to use it within the Swift language. You also learned to use actors to ensure concurrent tasks accessing the shared mutable state of an object do so in a safe way.
As you’ve seen, Structured Concurrency is a powerful technique. The real benefits of using it begin to show when working with UIs that need to update once the concurrent work is complete. SwiftUI is no different and provides different tools and APIs to help you update your UI quickly and safely. In this lesson, you’ll explore and use these tools and APIs and gain an understanding of how they work.
Previous: Quiz: Actors in Concurrency
Next: Instruction
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.