Created
June 27, 2017 05:12
-
-
Save calvincodes/db9008e79c065bd09bcaa124ba59a593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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