Episode #508

Async / Await Basics

Series: Async / Await

20 minutes
Published on October 28, 2021

This video is only available to subscribers. Get access to this video and 572 others.

In this episode we will show how the async await keyword can simplify asynchronous code, reading top-down as if it were synchronous, but without blocking any threads. We'll also see how async let can allow you to process multiple values concurrently.

This episode uses Xcode 13.0, Swift 5.5.