Search results
8 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A modern Promise-semaphore for Node.js projects, enabling users to limit the number of concurrently executing promises. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability, promoting a just-in-tim
- semaphore
- mutex
- promise-limiter
- promise-semaphore
- promise-pool
- task-semaphore
- task-pool
- concurrency-limiter
- lock
- job
- task
- async-task
- concurrency
- backpressure
- View more
A modern `setInterval` substitute tailored for asynchronous tasks, ensuring non-overlapping executions by skipping attempts if a previous execution is still in progress. Features execution status getters, graceful teardown, and a fixed delay between runs.
- non-overlap
- non-overlapping
- execution-overlap
- recurring
- recurring-task
- periodic-task
- async-task
- setInterval
- disjoint-executions
- mutually-exclusive
- scheduler
- task-scheduler
- periodic-scheduler
- graceful-termination
- View more
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
- keyed-lock
- lock-key
- sequential
- mutex
- keyed-mutex
- promise-lock
- async-lock
- lock
- event-loop-lock
- sequential-processing
- sequential-per-key
- race-condition
- critical-section
- async-task
- View more
a lite asynchronous queue runtime library!
- async-multiple
- async-task
- async multiple
- async task
- async
- task
- multiple
- queue
- asynchronous
- async map
- async-map
async-tasks let you run tasks asynchronously in a simple and easy way with the ability to make dependencies between them
A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, and the ability to abort pen
- delayed
- deferred
- delayed-task
- deferred-task
- task
- async-task
- tasks
- job
- async-job
- jobs
- manager
- task-manager
- job-manager
- schedule
- View more
Library to implement task dispatching with long-polling approach on express server.
This library can be used in the 'NodeJs', 'Browser' and 'Espruino' , but platform need support 'Promise' or 'async/await' only.