Searched defs:nextTick (Results 1 – 4 of 4) sorted by relevance
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