Searched refs:rawAsap (Results 1 – 5 of 5) sorted by relevance
13 module.exports = rawAsap;14 function rawAsap(task) { function136 rawAsap.requestFlush = requestFlush;216 rawAsap.makeRequestCallFromTimer = makeRequestCallFromTimer;
3 var rawAsap = require("./raw"); variable26 rawAsap(rawTask);56 rawAsap.requestFlush();
4 var rawAsap = require("./raw"); variable10 var requestErrorThrow = rawAsap.makeRequestCallFromTimer(throwFirstError);35 rawAsap(rawTask);
15 module.exports = rawAsap;16 function rawAsap(task) { function71 rawAsap.requestFlush = requestFlush;
90 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