- Добавил: literator
- Дата: 10-12-2021, 14:04
- Комментариев: 0

Автор: Thomas Hunter II, Bryan English
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 214
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB, 10.2 MB
The nature of jаvascript is to be single threaded. This is reflected not only in libraries and applications, but also in online forum posts, books, and online documentation. Thanks to recent advancements in the platform—such as with web workers in the browser, worker_threads in Node.js, and the Atomics and SharedArrayBuffer objects - jаvascript engineers are able to build multi-threaded applications. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded jаvascript explores the various features that jаvascript runtimes have at their disposal for implementing multithreaded programming, using a spectrum of API reference material and high level programming patterns.