Coroutine
Coroutine concepts
- How the work will be excuted
- How long the coroutine should exist for
- what should happen if coroutine get canceled
what is Job - a handle to coroutine
what is CorountineScope - manage to keep check of a group of
Structured concurrency