Searched refs:asyncify (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/async/ |
| D | asyncify.js | 6 exports.default = asyncify; 76 function asyncify(func) { function
|
| D | wrapSync.js | 6 exports.default = asyncify; 76 function asyncify(func) { function
|
| D | index.js | 7 …argoQueue = exports.cargo = exports.autoInject = exports.auto = exports.asyncify = exports.applyEa… 383 asyncify: _asyncify2.default, property 489 exports.asyncify = _asyncify2.default;
|
| D | CHANGELOG.md | 71 - Better handle arbitrary error objects in `asyncify` (#1568, #1569) 106 - Fixed errors thrown in an `asyncify`ed function's callback being caught by the underlying Promise… 111 … `async` function. Previously, you had to wrap `async` functions with `asyncify`. The caveat is … 211 - Fixed a bug where the callback generated by `asyncify` with `Promises` could resolve twice ([#11… 257 - `asyncify` now supports promises ([#840](https://github.com/caolan/async/issues/840)) 271 - Added `asyncify`/`wrapSync` for making sync functions work with callbacks. ([#671](https://github…
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | asyncify.js | 3 module.exports = require('./async').asyncify;
|
| D | README.md | 185 - [`asyncify`](#asyncify) 186 - [`wrapSync`](#asyncify) -> [`asyncify`](#asyncify)
|
| D | async.js | 2085 asyncify: asyncify, property 2086 wrapSync: asyncify, 9038 function asyncify(fn) { function
|
| D | async.min.js | 76 …));return function(c){c=arguments[arguments.length-1];c.apply(this,a)}},asyncify:Pa,wrapSync:Pa,lo…
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.js | 147 function asyncify(func) { function 202 return isAsync(asyncFn) ? asyncify(asyncFn) : asyncFn; 5848 asyncify, 5947 wrapSync: asyncify, 5956 exports.asyncify = asyncify; 6053 exports.wrapSync = asyncify;
|
| D | async.mjs | 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}, [all …]
|
| D | async.min.js | 1 …asyncify:r,auto:A,autoInject:j,cargo:T,cargoQueue:F,compose:P,concat:Ue,concatLimit:Qe,concatSerie…
|