ChannelState

enum ChannelState : UInt, @unchecked Sendable

チャンネルの状態

  • 利用可能状態

    Declaration

    Swift

    case Opened = 0
  • 利用不可能状態

    Declaration

    Swift

    case Closed = 1