`setTimeout(fn, 0)`is considerably slower than `process.nextTick(fn)` and `setImmediate(fn)`. Both have drawbacks which I have to evaluate first.
setTimeout(fn, 0)is considerably slower thanprocess.nextTick(fn)andsetImmediate(fn). Both have drawbacks which I have to evaluate first.