sync-primitives

1.0.1 • Public • Published

sync-primitives

build status Coverage Status Dependency status Dev Dependency status

NPM js-standard-style

Installation

npm install sync-primitives

API

Semaphore

constructor

  • number [value=1]

acquire

  • Object [opts]
    • boolean [blocking=true]
    • boolean [timeout=-1]

return: Promise.<boolean>

release

withLock

  • function fn
  • Object [opts]
    • boolean [blocking=true]
    • boolean [timeout=-1]

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.

Package Sidebar

Install

npm i sync-primitives

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • fanatid