An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: promise-lock

CursrrX/zero-overhead-promise-lock

An efficient Promise lock for Node.js projects, ensuring mutually exclusive execution of asynchronous tasks. Key features include gracefully awaiting the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.

Size: 1.95 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

ori88c/zero-overhead-keyed-promise-lock

An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.

Language: TypeScript - Size: 152 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

ori88c/zero-overhead-promise-lock

An efficient Promise lock for Node.js projects, ensuring mutually exclusive execution of asynchronous tasks. Key features include a backpressure indicator and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.

Language: TypeScript - Size: 167 KB - Last synced at: 17 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

GiviMAD/PromiseReentrantLock

Lock mechanism for promises, using a linked list like implementation

Language: TypeScript - Size: 62.5 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

mtripg6666tdr/async-lock

Promise based simple mutex for JS: preventing from running same code block at the same time.

Language: TypeScript - Size: 11.7 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0