Home
last modified time | relevance | path

Searched refs:Async (Results 1 – 20 of 20) sorted by relevance

/plugin/asciidocjs/node_modules/async/
DREADME.md1 ![Async Logo](https://raw.githubusercontent.com/caolan/async/master/logo/async-logo_readme.jpg)
14 Async is a utility module which provides straight-forward, powerful functions for working with [asy…
16 A pure ESM version of Async is available as [`async-es`](https://www.npmjs.com/package/async-es).
20 *For Async v1.5.x documentation, go [HERE](https://github.com/caolan/async/blob/v1.5.2/README.md)*
DCHANGELOG.md38 - Clarified Async's browser support (#1643)
45 …aking changes in this major version, but the biggest feature is that most Async methods return a P…
55 - Most Async methods return a Promise when the final callback is omitted, making them `await`-able!…
65 - Async generators are now supported in all the Collection methods. (#1560)
105 - Fixed using `eval`, preventing Async from running in pages with Content Security Policy ([#1404](…
151 …ow `require("async/series")` to only require the `series` function. Every Async library function i…
153Async as a collection of ES2015 modules. You can now `import {each} from 'async-es'` or `import wa…
166 There were several cases where Async accepted some functions that did not strictly have these prope…
168 …. This might not seem like a lot, but it can add up if you are using many Async functions in the c…
174 - Async is now modularized. Individual functions can be `require()`d from the main package. (`requi…
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js3 import Async from 'neo-async';
38 Async.map(
79 Async.whilst(
/plugin/asciidocjs/node_modules/neo-async/
DREADME.md1 <h1 align="center">Neo-Async</h1>
17 Neo-Async is thought to be used as a drop-in replacement for [Async](https://github.com/caolan/asyn…
74 \* not in Async
200 [Benchmark: Async vs Neo-Async](http://suguru03.hatenablog.com/entry/2016/06/10/135559)
218 The value is the ratio (Neo-Async/Async) of the average speed.
DLICENSE4 Based on Async.js, Copyright Caolan McMahon
/plugin/asciidocjs/node_modules/is-expression/
DCHANGELOG.md9 - Async functions are now implemented for `{ecmaVersion: 8}`.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D67.67.js.map1 … 'Alias',\n 'And',\n 'AndAlso',\n 'As',\n 'Async',\n 'Boolea…
D3.3.js.map1 …tibility](#Browser_compatibility) for notes on browser support. See also [Async scripts for asm.js…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js177 function Async() {
191 Async.prototype.setScheduler = function(fn) {
198 Async.prototype.hasCustomScheduler = function() {
202 Async.prototype.enableTrampoline = function() {
206 Async.prototype.disableTrampolineIfNecessary = function() {
212 Async.prototype.haveItemsQueued = function () {
217 Async.prototype.fatalError = function(e, isNode) {
227 Async.prototype.throwLater = function(fn, arg) {
261 Async.prototype.invokeLater = AsyncInvokeLater; field
262 Async.prototype.invoke = AsyncInvoke;
[all …]
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md971 > [Async generators and for-await](https://github.com/tc39/proposal-async-iteration) are now a [sta…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md594 - `GuzzleHttp\Plugin\Async` has been removed.
DCHANGELOG.md265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md644 - `GuzzleHttp\Plugin\Async` has been removed.
DCHANGELOG.md554 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1Async","_customScheduler","_isTickUsed","_lateQueue","_normalQueue","_haveDrainedQueues","_trampol…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs5800 * An "async function" in the context of Async is an asynchronous function with
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks.min.js.map1 …dBlock = 'endall';\n } else {\n this.fail('parseFor: expected for{Async}', forTok.lineno, …
Dnunjucks.js.map1 …dBlock = 'endall';\n } else {\n this.fail('parseFor: expected for{Async}', forTok.lineno, …
/plugin/pdfjs/pdfjs/build/
Dpdf.js.map1 …Size: controller.desiredSize,\n });\n // Return Promise for Async process, to signal…
Dpdf.worker.js.map1 …Size: controller.desiredSize,\n });\n // Return Promise for Async process, to signal…