Skip to content

Instantly share code, notes, and snippets.

@kpgalligan
Created March 13, 2015 18:45
Show Gist options
  • Save kpgalligan/8551ed873c08f0455141 to your computer and use it in GitHub Desktop.
Save kpgalligan/8551ed873c08f0455141 to your computer and use it in GitHub Desktop.
Thread sleep
try
{
Thread.sleep(1000);
}
catch(Exception e)
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment