How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
:loop: Calls a function repeatedly until a condition returns true and then resolves the promise
See Also - promise-whilst - promise-until - promise-do-until
Wraps a function and returns one that always returns a promise. API-compatible with bluebird's Promise.method.
The main features of wbinnssmith/promise-method are: Promise Utilities.
Open-source alternatives to wbinnssmith/promise-method include: busterc/promise-do-until — :loop: Calls a function repeatedly until a condition returns true and then resolves the promise. kevinoid/promise-nodeify — promise-nodeify. busterc/promise-do-whilst — See Also - promise-whilst - promise-until - promise-do-until. mozilla/task.js — Beautiful concurrency for JavaScript. samccone/promise-semaphore — promise semaphore. sindresorhus/delay — Delay a promise a specified amount of time.