Searched defs:nextTick (Results 1 – 5 of 5) sorted by relevance
6 module.exports = { nextTick: nextTick }; property11 function nextTick(fn, arg1, arg2, arg3) { function
14 const nextTick = process.nextTick; constant38 nextTick, property
63 process.nextTick = function() { function
52 export function nextTick(callback: () => any): void; function
103 function nextTick(callback) { function