Lines Matching refs:waterfall
87 * callback. This is useful for plugging sync functions into a waterfall,
111 * async.waterfall([
121 * async.waterfall([
2255 …* Useful as the first function in a [`waterfall`]{@link module:ControlFlow.waterfall}, or for plug…
2269 * async.waterfall([
2277 * async.waterfall([
5724 * @name waterfall
5739 * async.waterfall([
5756 * async.waterfall([
5775 function waterfall (tasks, callback) {
5777 …if (!Array.isArray(tasks)) return callback(new Error('First argument to waterfall must be an array…
5797 var waterfall$1 = awaitify(waterfall);
5913 waterfall: waterfall$1,
5947 …timesSeries, transform, tryEach$1 as tryEach, unmemoize, until, waterfall$1 as waterfall, whilst$1…