Home
last modified time | relevance | path

Searched refs:asyncify (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/async/
Dasyncify.js6 exports.default = asyncify;
76 function asyncify(func) { function
DwrapSync.js6 exports.default = asyncify;
76 function asyncify(func) { function
Dindex.js7 …argoQueue = exports.cargo = exports.autoInject = exports.auto = exports.asyncify = exports.applyEa…
383 asyncify: _asyncify2.default, property
489 exports.asyncify = _asyncify2.default;
DCHANGELOG.md71 - 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/
Dasyncify.js3 module.exports = require('./async').asyncify;
DREADME.md185 - [`asyncify`](#asyncify)
186 - [`wrapSync`](#asyncify) -> [`asyncify`](#asyncify)
Dasync.js2085 asyncify: asyncify, property
2086 wrapSync: asyncify,
9038 function asyncify(fn) { function
Dasync.min.js76 …));return function(c){c=arguments[arguments.length-1];c.apply(this,a)}},asyncify:Pa,wrapSync:Pa,lo…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js147 function asyncify(func) { function
202 return isAsync(asyncFn) ? asyncify(asyncFn) : asyncFn;
5848 asyncify,
5947 wrapSync: asyncify,
5956 exports.asyncify = asyncify;
6053 exports.wrapSync = asyncify;
Dasync.mjs92 * 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 …]
Dasync.min.js1asyncify:r,auto:A,autoInject:j,cargo:T,cargoQueue:F,compose:P,concat:Ue,concatLimit:Qe,concatSerie…