WaitResult

The WaitResult enum is used as a return value by Mutex.wait()

  • The wait resulted in a signal

    Declaration

    Swift

    case Signaled
  • The wait resulted in a timeout

    Declaration

    Swift

    case TimedOut