Practical Swift Concurrency is a book written by Donny Wals, aimed at intermediate to advanced developers who want to learn more about leveraging Swift Concurrency in their apps. The book will take you on a journey through Concurrency in Swift using Donny's distinct practical approach. We'll focus on the important bits and pieces of Swift Concurrency that will help you build a solid foundation for using Concurrency as soon as possible.
Your journey into Swift Concurrency will start with a general overview of the available concurrency constructs in Swift. After that, you will await your first methods calls and work your way up to building a complex and highly concurrenct system. We also go over important skills like testing async code as well as profiling and debugging your code through Instruments.
In other words, Practical Swift Concurrency helps you build a strong foundation and mental model around all of the essential ideas, concepts and principles to get you up and running with the concurrency in Swift without making anything more complex than it needs to be.