coroutine
Table of Contents
1. coroutine
1.1. coroutines can run concurrently. You can stop them at predefined points
Translated to organization, this means you can define certain “checkpoints” at which you can stop a task and return to it later
By taking notes while reading a book, you create these checkpoints