Skip to content

Instantly share code, notes, and snippets.

@luisdeol
Created November 19, 2017 19:08
Show Gist options
  • Save luisdeol/40737d4211f1fa826ae8fee1d550a314 to your computer and use it in GitHub Desktop.
Save luisdeol/40737d4211f1fa826ae8fee1d550a314 to your computer and use it in GitHub Desktop.
Using the volatile keyword
private static volatile int _theValue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment