November 2022
Intermediate to advanced
213 pages
3h 46m
English
So far, we have talked extensively about what async/await is and how it works. We have seen how this new tool can help us write structured code akin to procedural programming because we can get rid of other types of callbacks that break the linear readability of our code, such as closures and delegates. But we have seen that all this code doesn’t actually run at the same time, concurrently, or in a multithreaded manner.