Episode #515

AsyncSequence

Series: Async / Await

17 minutes
Published on January 6, 2022

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

In this episode we will see how to create and use our own AsyncSequence, which allow us to iterate over values that can arrive asynchronously. We'll see how this compares to traditional sequences and how to make use of AsyncIterator to build our own AsyncSequence implementations.

This episode uses Xcode 13.2, Swift 5.5.