You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
process.nextTick was basically setImmediate before setImmediate existed. Now it's like setImmediate except it gets scheduled in a higher priority queue.
node's
process.nextTick()is used by a lot of libraries (q, for instance) but isn't patched by zone.js:process.nextTickwas basicallysetImmediatebeforesetImmediateexisted. Now it's likesetImmediateexcept it gets scheduled in a higher priority queue.