Skip to content

Instantly share code, notes, and snippets.

@davidsavagejr
Created February 21, 2013 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsavagejr/5001396 to your computer and use it in GitHub Desktop.
Save davidsavagejr/5001396 to your computer and use it in GitHub Desktop.
ManualResetEvent resetEvent = new ManualResetEvent(false);
while(Run)
{
// ...
resetEvent.WaitOne(10000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment