Home
last modified time | relevance | path

Searched refs:rawAsap (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/asap/
Dbrowser-raw.js13 module.exports = rawAsap;
14 function rawAsap(task) { function
136 rawAsap.requestFlush = requestFlush;
216 rawAsap.makeRequestCallFromTimer = makeRequestCallFromTimer;
Dasap.js3 var rawAsap = require("./raw"); variable
26 rawAsap(rawTask);
56 rawAsap.requestFlush();
Dbrowser-asap.js4 var rawAsap = require("./raw"); variable
10 var requestErrorThrow = rawAsap.makeRequestCallFromTimer(throwFirstError);
35 rawAsap(rawTask);
Draw.js15 module.exports = rawAsap;
16 function rawAsap(task) { function
71 rawAsap.requestFlush = requestFlush;
DREADME.md90 call `rawAsap.requestFlush()` before throwing the error, or any time after.
99 rawAsap(task);
107 Both `asap` and `rawAsap` accept task objects to give you the option of