Technical requirements
You will use a sample app, BreakfastMaker, to help you understand the concepts of Swift Concurrency. Later in the chapter, you will continue working on the LetsEat
project that you modified in Chapter 22, Getting Started with Mac Catalyst.
The completed Xcode project for this chapter is in the Chapter24
folder of the code bundle for this book, which can be downloaded here:
https://github.com/PacktPublishing/iOS-15-Programming-for-Beginners-Sixth-Edition
Check out the following video to see the code in action:
Let's start by learning about Swift Concurrency in the next section.