Coroutine Builders Job
Learn how coroutine builders create their jobs based on their parent's job.
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 1300+ tech skills courses.