Skip to content

Instantly share code, notes, and snippets.

@bjarneo
Created June 30, 2015 10:21
Show Gist options
  • Save bjarneo/d9ef2be51f52ffc934b7 to your computer and use it in GitHub Desktop.
Save bjarneo/d9ef2be51f52ffc934b7 to your computer and use it in GitHub Desktop.
Test async. Use this to block.
var stop = new Date().getTime();
while(new Date().getTime() < stop + 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment