wait(wallTimeout:)
Waits synchronously for the previously submitted work to complete, and returns if the work is not completed before the specified timeout period has elapsed.
Declaration
func wait(wallTimeout timeout: DispatchWallTime) -> DispatchTimeoutResultParameters
- timeout:
The latest time to wait for a group to complete.
Return Value
DispatchTimeoutResult.timedOut if the method returned due to a timeout, or DispatchTimeoutResult.success if the tasks completed.