Skip to content

Instantly share code, notes, and snippets.

@santosh79
Created February 6, 2015 19:46
Show Gist options
  • Save santosh79/eae7d2b7a638f6b1e138 to your computer and use it in GitHub Desktop.
Save santosh79/eae7d2b7a638f6b1e138 to your computer and use it in GitHub Desktop.
var runsIn10Seconds = runsLater(10*1000);
runsIn10Seconds(function() {
console.log("I am running 10 seconds later, son!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment