- 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.
- 深入理解Django:框架內幕與實現原理
- 控糖控脂健康餐
- 算法大爆炸:面試通關步步為營
- 羅克韋爾ControlLogix系統應用技術
- Android 7編程入門經典:使用Android Studio 2(第4版)
- C語言程序設計
- 單片機應用技術
- JavaScript從入門到精通(第3版)
- 零基礎學C語言第2版
- Visual Basic 6.0程序設計實驗教程
- GameMaker Essentials
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Python從入門到精通(第3版)
- TypeScript 2.x By Example
- The Statistics and Calculus with Python Workshop