@nevware21/ts-async

support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.

promise-based-task

Create a task and resolve it later via a Promise approach. Run time-consuming processes only once.

hole

Async friendly, stream-based task consuming utility in Node.js

repeat-promise-until-resolved

A utility for easily repeating a promise-based task, until it succeeds. Works both in Node and in the browser.