1.0.1 • Published 9 years ago

sync-primitives v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

sync-primitives

build status Coverage Status Dependency status Dev Dependency status

NPM js-standard-style

Installation

npm install sync-primitives

API

Semaphore

constructor

acquire

return: Promise.<boolean>

release

withLock

return: Promise.<[boolean, *]>

Condition

...

Event

constructor

isSet

return: boolean

set

clear

wait

  • number timeout

return: Promise.<boolean>

Barrier

...

License

Code released under the MIT license.