Skip to content

Instantly share code, notes, and snippets.

@tim-smart
Forked from cainiac/go.js
Created October 21, 2010 04:41
Show Gist options
  • Save tim-smart/637946 to your computer and use it in GitHub Desktop.
Save tim-smart/637946 to your computer and use it in GitHub Desktop.
function executeEventQueue() {
eventEmitter.emit(LISTENERS.executeApplicationEvents);
process.nextTick(executeEventQueue);
}
executeEventQueue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment