CompletableEvent

@frozen
public enum CompletableEvent

Undocumented

  • Sequence terminated with an error. (underlying observable sequence emits: .error(Error))

    Declaration

    Swift

    case error(Swift.Error)
  • Sequence completed successfully.

    Declaration

    Swift

    case completed