CompletableEvent

public enum CompletableEvent

Undocumented

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

    Declaration

    Swift

    case error(Error)
  • Sequence completed successfully.

    Declaration

    Swift

    case completed