- JavaScript Concurrency
- Adam Boduch
- 144字
- 2021-07-30 09:48:37
What this book covers
Chapter 1, Why JavaScript Concurrency?, is an introduction to concurrency in JavaScript.
Chapter 2, The JavaScript Execution Model, takes you through the mechanisms that run our JavaScript code.
Chapter 3, Synchronizing with Promises, looks at synchronization techniques using promises.
Chapter 4, Lazy Evaluation with Generators, will get your grips to conserving resources by computing lazily.
Chapter 5, Working with Workers, looks at achieving true parallelism in JavaScript.
Chapter 6, Practical Parallelism, will help you in identifying the right parallelization problems to solve.
Chapter 7, Abstracting Concurrency, will get your hands dirty writing concurrent code that reads like regular code.
Chapter 8, Evented IO with NodeJS, will show you how concurrency semantics work in this environment.
Chapter 9, Advanced NodeJS Concurrency, is learning about specific Node concurrency issues.
Chapter 10, Building a Concurrent Application, is all about putting it all together.
- SQL for Data Analytics
- INSTANT MinGW Starter
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- Hands-On JavaScript High Performance
- Python程序設(shè)計
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- 零基礎(chǔ)入門學習Python
- Learning Zurb Foundation
- Java面向?qū)ο蟪绦蛟O(shè)計
- Mastering Data Mining with Python:Find patterns hidden in your data
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- RocketMQ實戰(zhàn)與原理解析
- 30天學通C#項目案例開發(fā)
- Data Manipulation with R(Second Edition)