Failure

public enum Failure : Error

The type of errors this executor may return from trySubmit(_:).

It only defines one error case, for the executor being at capacity.

  • Denotes that the executor is at capacity.

    This is a transient error; subsequent submissions may succeed.

    Declaration

    Swift

    case atCapacity