@stdlib/utils-async-until
Invoke a function until a test condition is true.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.
Invoke a function while a test condition is true.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function until a test condition is true.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function until a test condition is true.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function while a test condition is true.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
PromisiFIED asynchronous utility module.
Allows you to run while loops concurrently and never block the main thread
A promise for an asynchronous while loop.
A common function composed of function arguments which recursively invoke a callback function based on iterations returning a final value