July 2018
Intermediate to advanced
242 pages
8h 6m
English
In this recipe, we are going to explore how to use the coroutines framework in order to schedule asynchronous, concurrent execution of tasks. We are going to learn both how to synchronize a sequence of short background tasks and how to run expensive, long-running ones at the same time. We will simulate the sushi rolls preparation process to discover how to schedule blocking and non-blocking tasks together.
Read now
Unlock full access