Skip to content
#

graceful-termination

Here are 3 public repositories matching this topic...

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, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.

  • Updated Oct 6, 2024
  • TypeScript

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.

  • Updated Jan 25, 2025
  • TypeScript

A modern weighted promise semaphore for Node.js projects, ideal for managing workloads with varying processing requirements. It allows limiting the total weight of concurrently executing jobs, ensuring efficient resource utilization. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability.

  • Updated Dec 21, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the graceful-termination topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graceful-termination topic, visit your repo's landing page and select "manage topics."

Learn more