4 repos
sindresorhus/p-whilst
While a condition returns true, calls a function repeatedly, and then resolves the promise
57
26 commits
sindresorhus/p-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
38
14 commits
sindresorhus/p-forever
Run promise-returning & async functions repeatedly until you end it
52
19 commits
sindresorhus/p-waterfall
Run promise-returning & async functions in series, each passing its result to the next
79