p-whilst
While a condition returns true, calls a function repeatedly, and then resolves the promise
p-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
promise-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
pm-forever
Run promise-returning & async functions repeatedly until you end it
promise-until
Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise