Skip to content

Instantly share code, notes, and snippets.

@zntfdr
Created March 2, 2017 10:27
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 zntfdr/2b6e856e39f0deb5330d8fb44c159ec7 to your computer and use it in GitHub Desktop.
Save zntfdr/2b6e856e39f0deb5330d8fb44c159ec7 to your computer and use it in GitHub Desktop.
if (resourceIsAvailable) {
resourceIsAvailable = false
useResource()
resourceIsAvailable = true
} else {
// resource is not available, wait or do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment