Conclusion Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text. Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan. Unlock now Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text. Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan. Unlock now In this lesson, you learned how to use Concurrency with SwiftUI to make your apps respond promptly to concurrent actions. You did this by: Utilizing async/await and actors to manage asynchronous operations and shared mutable state in SwiftUI views and view models. Applying techniques to optimize concurrency in your SwiftUI app with instruments. Analyzing and applying techniques for testing and debugging concurrent SwiftUI apps.