Skip to content

A javascript library providing synchronization primitives like locks, queues, asyncqueues, and semaphores.

Notifications You must be signed in to change notification settings

garethgeorge/synchronization-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A javascript library providing synchronization primitives like locks, queues, asyncqueues, and semaphores.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published