دانلود کتاب Multithreaded JavaScript: Concurrency Beyond the Event Loop
by II Thomas Hunter, Bryan English
|
عنوان فارسی: جاوا اسکریپت چند رشته ای: همزمانی فراتر از حلقه رویداد |
دانلود کتاب
جزییات کتاب
Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, using a spectrum of API reference material and high level programming patterns.
Learn what multithreaded programming is and how you can benefit from itUnderstand the differences between a dedicated worker, a shared worker, and a service workerIdentify when and when not to use threads in an applicationOrchestrate communication between threads by leveraging the Atomics objectUnderstand both the gains and pitfalls of using shared memoryBenchmark performance to learn when you'll benefit from multiple threads