Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move setImmediate closer to sync event
> EventEmitter was made to be used as an abstraction around asynchronous events. Thus, when an event is emitted it will have happened on a different tick than when the event was set. See nodejs/node-v0.x-archive#8470 (comment)
- Loading branch information