Slide 2
Slide 2 text
Coroutine
- Cheaper than thread [Explore01Thread]
- a new way of managing background threads that can simplify code by
reducing the need for callbacks.
- Coroutines are a Kotlin feature that convert async callbacks for long-running
tasks, such as database or network access, into sequential code.