An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/atomics

Atomic Operations API
https://github.com/howprogrammingworks/atomics

atomic atomics buffer cas compare-and-swap javascript js memory parallel process shared-memory thread wait

Last synced: 5 months ago
JSON representation

Atomic Operations API

Awesome Lists containing this project

README

          

## Atomics Operations API

[![Atomics, SharedArrayBuffer, worker_threads в Node.js](https://img.youtube.com/vi/zLm8pnbxSII/0.jpg)](https://www.youtube.com/watch?v=zLm8pnbxSII)

Next examples:
* [BinarySemaphore and CountingSemaprore](https://github.com/HowProgrammingWorks/Semaphore)
* [Preventing race conditions with Mutual Exclusion](https://github.com/HowProgrammingWorks/Mutex)