Skip to content
#

deferred-task

Here are 2 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

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 Oct 9, 2024
  • TypeScript

Improve this page

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

Learn more