Coroutines & Concurrency

14. Coroutines & Concurrency#

This chapter is not ready yet?

Writing a book takes time and for that chapter I did not have enough of it. Please, return later.

Asynchronous Task Execution

Sequential CPU work, concurrent I/O & HTTP waits
0ms
200ms
400ms
600ms
800ms
1000ms
Task 1
Task 2
Task 3
Processing
I/O Wait
HTTP Wait