promise-do-until
Function runner
Calls a function repeatedly until a condition returns true and then resolves the promise
Calls a function repeatedly until a condition returns true and then resolves the promise
1 stars
3 watching
0 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
es6-promiseflow-controlpromisepromise-librarypromise-modulespromises
Related projects:
Repository | Description | Stars |
---|---|---|
| Repeats an action until a condition is met and then resolves a promise | 3 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
| A promise class that defers execution until the promise is actually used or specific methods are called | 269 |
| Runs promise-returning & async functions multiple times concurrently | 39 |
| Improves Promise.race() by preventing infinite pending promises and adding support for aborting promises using AbortSignal. | 46 |
| Test utility for verifying whether an object conforms to the Promise/A+ specification | 281 |
| A utility function that resolves a promise after a specified delay. | 86 |
| A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
| Wait for a specified number of promises to be fulfilled | 36 |
| A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. | 61 |
| Debounces promise-returning & async functions to delay their execution until after a specified wait period has elapsed since the last call. | 211 |
| A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. | 2 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| Iterates over promises in serial order, stopping at the first failed promise. | 50 |