Swift Concurrency for Beginners: Getting Started with Async/Await

Wait for this!

Steven Curtis
6 min readMar 21

--

Photo by Joice Kelly on Unsplash

Ever since Swift 5.5 we have had access to fun concurrency features in Swift.

I think there is a crucial part of this, and it’s Swift’s async/await syntax. This article is intended to provide a beginner friendly introduction to this syntax and explain how it might be used in a practical way.

--

--