resync-kit
v1.0.0
Published
Old-style synchronization tools for modern Javascript
Downloads
1
Readme
resync-kit
Old-style synchronization tools for modern Javascript.
Includes:
- A
Semaphore
to control access to resources. - A
Queue
that can block until items are available. - A
Pool
of workers to limit concurrency.
Does not include:
- Documentation. Sorry.
Install
npm install resync-kit