Skip to content

Instantly share code, notes, and snippets.

@namchuai
Created October 29, 2017 01:23
Show Gist options
  • Save namchuai/d9e1e11b42a2e85670371420f08f5deb to your computer and use it in GitHub Desktop.
Save namchuai/d9e1e11b42a2e85670371420f08f5deb to your computer and use it in GitHub Desktop.
protected MySignal sharedSignal = …
while (!sharedSignal.hasDataToProcess()) {
// do nothing… busy waiting
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment