Skip to content

Instantly share code, notes, and snippets.

@alistairjevans
Last active April 30, 2019 12:23
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 alistairjevans/606420386a497ff57bdd5287d72f970d to your computer and use it in GitHub Desktop.
Save alistairjevans/606420386a497ff57bdd5287d72f970d to your computer and use it in GitHub Desktop.
Example of a lock
lock(someSharedResource)
{
// Do some work using the resource
// and maybe update it.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment