Skip to content

Instantly share code, notes, and snippets.

@purplefox
Created February 28, 2013 09:33
Show Gist options
  • Save purplefox/5055503 to your computer and use it in GitHub Desktop.
Save purplefox/5055503 to your computer and use it in GitHub Desktop.
function foo() {
// do something
console.log("hello");
bar();
}
function bar() {
nettyEventLoop.runTaskOnLoop(foo)
}
bar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment