BarrierState

public enum BarrierState

Represents the current state of a barrier that controls dispatch flow.

  • The barrier is closed, preventing dispatches from proceeding.

    Declaration

    Swift

    case closed
  • The barrier is open, allowing dispatches to proceed.

    Declaration

    Swift

    case open