Overview
Explore the composition of suspending functions within Kotlin coroutines in this 16-minute tutorial. Learn how code execution in coroutines is sequential by default, discover techniques for executing suspending functions concurrently, and understand lazy execution of async coroutines using CoroutineStart.LAZY. Dive into practical examples covering sequential, concurrent, and lazy execution patterns, with a comprehensive summary and guidance on next steps for further learning.
Syllabus
Introduction and Video Objective
Sequential Execution
Concurrent Execution
Lazy Async Execution
Summary
What's Next? .
Taught by
Smartherd