Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Last active January 8, 2018 22:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olbrichj/ad19cc14c47c586bfbe3aeb50ccb52e3 to your computer and use it in GitHub Desktop.
Save olbrichj/ad19cc14c47c586bfbe3aeb50ccb52e3 to your computer and use it in GitHub Desktop.
let s = DispatchSemaphore(value: 1)
_ = s.wait(timeout: DispatchTime.distantFuture)
// do something
s.signal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment