1.0.4 • Published 4 years ago
synchronization-js v1.0.4
SynchronizationJs
A library providing useful JavaScript synchronization primatives. Namely the package includes
- Queue
- AsyncQueue
- Semaphore
Note: semaphore can be used as a lock with new Semaphore(1)
.