Course
Skills Expanded
Kotlin 1.5 Coroutine Channels and Flows
This course will teach you how to use coroutine channels and flows to compose asynchronous programs.
What you'll learn
In this course, Kotlin 1.5 Coroutine Channels and Flows, you’ll learn to communicate between coroutines using hot and cold streams of data. First, you’ll explore how to transfer data from a ‘hot’ data source using coroutine channels. Next, you’ll discover using flows to set up a cold data source. When you’re finished with this course, you’ll have the skills and knowledge of channels and flows needed to compose asynchronous and event-based programs.
Table of contents
Course Overview
1min
Introduction to Channels and Flows
14mins
Using Channels to Communicate Between Coroutines
55mins
Waiting on Multiple Coroutines by Using Select
27mins
Introducing Flows
14mins
Using Flow Operators
29mins
Composing and Flattening Flows
27mins
StateFlow and SharedFlow
23mins
Flow Exceptions and Completion
15mins