Reactive Programming in iOS with Combine

Feb 4 2021 · Swift 5.3, macOS 11.0, Xcode 12.2

Part 4: Timing, Scheduling and Sequencing Operators

22. Introduction

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: Part 3 Quiz: Reactive Programming in iOS with Combine Next episode: 23. Delay and Collect

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

It's time to learn about one final group of operators in Combine. First, you'll learn about timing operators, which lets you control when values are sent downstream. And after that, you'll learn about scheduling operators, they let you schedule on which thread or queue those values are delivered. And finally, you'll wrap things up with sequence operators. These operators work on collections of values and many work just like their counterparts in the Swift standard library. By the end of this part of the course, you'll be well acquainted with a wide variety of operators in Combine, and you'll be prepared to put those operators to work later on. Let's get started.