Multithreaded JavaScript

Thomas Hunter II & Bryan English

Language: English

Publisher: O'Reilly Media

Published: Sep 22, 2021

Description:

Traditionally, JavaScript has been a single-threaded language. Thanks to recent advancements in the language—such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser—JavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language This book explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material.