Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In lesson 3, you learned how SwiftUI provides modifiers and components to work seamlessly with Swift’s Structured Concurrency APIs. You also learned how to analyze concurrent running code using instruments and how to test asynchronous code using XCTest.

In this final lesson, you’ll learn about one final API introduced by Swift Concurrency, AsyncStream. AsyncStream is an easy-to-use API that provides a way to produce a sequence of objects over time.

Learning Objectives

In this lesson, you’ll learn to:

See forum comments
Download course materials from Github
Previous: Quiz: Concurrency in SwiftUI Next: Instruction