Basic app with a Comparison between DispatchQueue and Async/Await on Swift 5.5
The minimum requirement to run this app is the Xcode version 13, which already supports iOS 15.0 and Swift 5.5. You can download the Xcode 13 beta 2 by clicking here.
To get the project, you can clone this repository using the command below:
$ git clone https://github.com/reisdev/swift-async-await
After cloning, you will be able to open the project within the Xcode.