promise-do-whilst

Loop

Repeats an action until a condition is met, then resolves a promise.

loop Calls a function repeatedly while a condition returns true and then resolves the promise

GitHub

3 stars
3 watching
1 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list

es6-promiseflow-controlpromisepromise-librarypromise-modulespromises

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
busterc/promise-untilRepeats an action until a condition is met and then resolves a promise3
busterc/promise-do-untilCalls a function repeatedly until a condition returns true and then resolves the promise1
sindresorhus/p-whilstAn implementation of an async while loop that repeatedly executes a function until a condition is met or fails54
sindresorhus/p-lazyA promise class that defers execution until the promise is actually used or specific methods are called269
stevekane/promise-it-wont-hurtA workshop module to teach the use of promises in JavaScript for clean asynchronous code handling737
sindresorhus/p-allConcurrently execute multiple promise-returning functions with optional concurrency limits.319
sindresorhus/p-timesRuns promise-returning & async functions multiple times concurrently39
then/is-promiseTest utility for verifying whether an object conforms to the Promise/A+ specification281
sindresorhus/p-each-seriesIterates over promises in serial order, stopping at the first failed promise.50
aantron/promiseA lightweight binding to JavaScript promises in Reason340
pburtchaell/redux-promise-middlewareEnables simple handling of async action creators in Redux1,982
kevinoid/promise-nodeifyA module that simplifies the use of promises by providing a safe and consistent way to handle callbacks.2
wbinnssmith/promise-methodWraps a synchronous function to return a promise2
funcool/promesaA promise library and concurrency toolkit for Clojure and ClojureScript.498
sindresorhus/p-debounceDebounces promise-returning & async functions to delay their execution until after a specified wait period has elapsed since the last call.211