wait(wallTimeout:)
Waits for, or decrements, a semaphore.
Declaration
func wait(wallTimeout: DispatchWallTime) -> DispatchTimeoutResultParameters
- wallTimeout:
The latest time to wait for a signal.
Discussion
Decrement the counting semaphore. If the resulting value is less than zero, this function waits for a signal to occur before returning.