Error

public enum Error: Swift.Error

Mutex errors.

  • Thrown when a failure occurs trying to initialize the native mutex type.

    Declaration

    Swift

    case CannotCreateMutex
  • Thrown when a failure occurs trying to initialize the native mutex attributes type.

    Declaration

    Swift

    case CannotCreateMutexAttributes