Explore Swift’s built-in concurrency system, and how to use tools like async/await and actors to write concurrent code in robust and efficient ways.| Swift by Sundell
Learn how to fully utilize Swift’s powerful generics system to write reusable types, functions, extensions, and protocols.| Swift by Sundell
Discover Swift’s Codable protocol, how to fully leverage its compiler synthesis features, and how to use its surrounding APIs to write efficient serialization code.| Swift by Sundell
How the MainActor attribute eliminates the need for us to manually dispatch UI updates on the main queue when using Swift 5.5’s new concurrency system.| Swift by Sundell