Lines Matching refs:asyncify
92 * If the function passed to `asyncify` returns a Promise, that promises's
96 * This also means you can asyncify ES2017 `async` functions.
98 * @name asyncify
113 * async.asyncify(JSON.parse),
123 * async.asyncify(function (contents) {
132 * // es2017 example, though `asyncify` is not needed if your JS environment
134 * var q = async.queue(async.asyncify(async function(file) {
141 function asyncify(func) { function
196 return isAsync(asyncFn) ? asyncify(asyncFn) : asyncFn;
5830 * must still wrap the function with [asyncify]{@link module:Utils.asyncify},
5842 asyncify,
5941 wrapSync: asyncify,
5947 …asyncify, auto, autoInject, cargo, cargo$1 as cargoQueue, compose, concat$1 as concat, concatLimit…