Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 431 Bytes

SynchronizationJs

synchronization

A library providing useful JavaScript synchronization primatives. Namely the package includes

  1. Queue
  2. AsyncQueue
  3. Semaphore

Note: semaphore can be used as a lock with new Semaphore(1).