Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created December 19, 2017 14:46
Show Gist options
  • Save olbrichj/c6a409e5ec520bcb44182f5a0ae2543a to your computer and use it in GitHub Desktop.
Save olbrichj/c6a409e5ec520bcb44182f5a0ae2543a to your computer and use it in GitHub Desktop.
let lock = self
objc_sync_enter(lock)
closure()
objc_sync_exit(lock)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment