Skip to content
#

executor

Here are 15 public repositories matching this topic...

Periodic job scheduler ensuring non-overlapping executions and deterministic termination. Features a dynamically chosen interval between executions, determined by a user-injected calculator function.

  • Updated Jun 29, 2024
  • TypeScript

A modern `setTimeout` substitute tailored for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execution, and the option to gracefully await the completion of an ongoing execution.

  • Updated Jul 4, 2024
  • TypeScript

Semaphore for Node.js projects, inspired by the RAII idiom. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability. Additionally, it includes a built-in method to gracefully await the completion of all currently executing jobs.

  • Updated Jul 10, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the executor 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 executor topic, visit your repo's landing page and select "manage topics."

Learn more