8000 GitHub - garethgeorge/synchronization-js: A javascript library providing synchronization primitives like locks, queues, asyncqueues, and semaphores.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

6 Commits
< 8000 /div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
0