Beautiful concurrency for JavaScript
mozilla/task.js 的主要功能包括:Promise Utilities。
mozilla/task.js 的开源替代品包括: 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. samccone/promise-semaphore — promise semaphore. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/hard-rejection — Promises fail silently if you don't attach a .catch() handler.
:loop: Calls a function repeatedly until a condition returns true and then resolves the promise
See Also - promise-whilst - promise-until - promise-do-until