mongo-locks
Simple and bountiful locks to avoid doing the same operation multiple times
Simple and bountiful locks to avoid doing the same operation multiple times
Cross process named mutex
A locking socket alternative to file-system mutex locks
add mutex for redux-thunk
A very simple mutex for asynchronous code, which does not spin nor busy-wait. Also exports an efficient Queue.
TypeScript Async Method Decorators
Create easily children thread (process) in NodeJs. The purpose is to delegate some part of your code in another process.
[](http://commitizen.github.io/cz-cli/) [](https://www.travis-ci.com/4nduril/simple-mute
Simple async semaphore
Smart mutex manager.
A mutex for guarding async key based workflows
Signle App Instance Mutex locker implementation for TypeScript
Mimic traditional threads in single threaded event loop
A small util that provides singleton locks for rxjs streams.
l8 is an *experimental* pthread/erlang inspired task manager for javascript. Simple tasks becomes 'paroles', complex tasks become functions broken in 'steps'. l8 comes with synchronisation and distribution tools including semaphores, mutexes, message queu
Mutex for JavaScript
A library providing co-routine support to Javascript with optional translation from synchronous Javascript, with mutexes called executors
tmutex
Mutual Exclusion (mutex) object for JavaScript.
Reads are exclusive with writes, writes are exclusive with everything