Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created December 19, 2017 14:44
Show Gist options
  • Save olbrichj/78a52ba96ceb8050c3cd6585f2d1cda8 to your computer and use it in GitHub Desktop.
Save olbrichj/78a52ba96ceb8050c3cd6585f2d1cda8 to your computer and use it in GitHub Desktop.
let lock = NSLock()
lock.lock()
//do something
lock.unlock()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment