An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/ori88c/zero-overhead-promise-lock

backpressure check-and-abort critical-block critical-section deterministic-termination es2020 event-loop-lock graceful-shutdown graceful-teardown graceful-termination lock node-js nodejs promise-lock race-condition rate-limiting throttle ts typescript wait-completion

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project