Skip to content

Instantly share code, notes, and snippets.

@darrenderidder
Created June 8, 2012 22:56
Show Gist options
  • Save darrenderidder/2898545 to your computer and use it in GitHub Desktop.
Save darrenderidder/2898545 to your computer and use it in GitHub Desktop.
serialize some async functions in node 5
// now we invoke the first function with the first callback
// sit back and watch the functions execute one by one...
steps[0](callbacks[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment