Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 611 Bytes

README-en.md

File metadata and controls

15 lines (9 loc) · 611 Bytes

swift-async-await

Basic app with a Comparison between DispatchQueue and Async/Await on Swift 5.5

How To

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.