Skip to content

Instantly share code, notes, and snippets.

@madson
Last active August 29, 2015 14:21
Show Gist options
  • Save madson/03694a049623c45f6bc5 to your computer and use it in GitHub Desktop.
Save madson/03694a049623c45f6bc5 to your computer and use it in GitHub Desktop.
- (void)waitSignal
{
while (dispatch_semaphore_wait(_internalSemaphore, DISPATCH_TIME_NOW))
{
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode
beforeDate:[NSDate dateWithTimeIntervalSinceNow:10]];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment