How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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
promise semaphore
The main features of samccone/promise-semaphore are: Promise Utilities.
Projects with overlapping indexed features 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. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/hard-rejection — Promises fail silently if you don't attach a .catch() handler.