Coroutine Builders Job
Learn how coroutine builders create their jobs based on their parent's job.
We'll cover the following
Every coroutine builder from the Kotlin coroutines library creates its own job. Most coroutine builders return their jobs so we can use them elsewhere. This is visible for launch
, where Job
is an explicit result type.
Get hands-on with 1200+ tech skills courses.