Add process.nextTick()
This is a replacement for the common hack: setTimeout(cb, 0); It's much more efficient.
parent
aeb7d6d1
Please register or sign in to comment
This is a replacement for the common hack: setTimeout(cb, 0); It's much more efficient.