Commit Graph

1 Commits (987441283b77aecea42338d9379a82e5ff53b1f1)

Author SHA1 Message Date
Ryan Dahl 8abeffa9ea Add process.nextTick()
This is a replacement for the common hack:

  setTimeout(cb, 0);

It's much more efficient.
2010-01-18 10:32:36 -08:00