Skip to content

Instantly share code, notes, and snippets.

@calvincodes
Created June 27, 2017 05:12
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 calvincodes/db9008e79c065bd09bcaa124ba59a593 to your computer and use it in GitHub Desktop.
Save calvincodes/db9008e79c065bd09bcaa124ba59a593 to your computer and use it in GitHub Desktop.
//Indicate whether the Runtime is in the midst of initialization.
private boolean initializing = false;
//Indicate whether the Runtime has been fully initialized.
private volatile boolean initialized = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment