Hello, and welcome to scopes and dispatchers in Kotlin coroutines.
The scope of a coroutine is a basic way to control the lifetime of the coroutine. The dispatcher is a mechanism that determines which thread the coroutine runs on.
In this lesson, you’ll learn the following:
The concept of scope with coroutines.
The purpose of coroutine dispatchers.
The properties of different available dispatchers: Default, IO, and Main.
Ready? Let’s get started!
See forum comments
This content was released on Jun 5 2024. The official support period is 6-months
from this date.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.