APIRequestExecutionBehavior

public enum APIRequestExecutionBehavior

The executing behavior of the APIRequest.

  • While such request is running, no previous unfinished requests exist and no new requests can begin.

    Declaration

    Swift

    case barrier
  • Run concurrently with other requests.

    Declaration

    Swift

    case detached