ExecutionPolicy

public enum ExecutionPolicy

Execution policy determines how requests to multiple sources of flows are executed.

  • This policy starts the second planner only if planning with the first planner has failed.

    Declaration

    Swift

    case fallback
  • This policy starts planning on both planners at the same time. First to complete wins.

    Declaration

    Swift

    case parallel