Skip to content

Instantly share code, notes, and snippets.

@theleancoder
Last active November 6, 2015 15:12
Show Gist options
  • Save theleancoder/f5b14e326e66cd5add1f to your computer and use it in GitHub Desktop.
Save theleancoder/f5b14e326e66cd5add1f to your computer and use it in GitHub Desktop.
wait(S) {
while (S <= 0)
// busy wait
S--;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment