Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public protocol Context : CustomDebugStringConvertible
  • CommandRunning is not available on iOS, tvOS and watchOS.

  • A stream of text. Does as much as possible lazily.

    See more

    Declaration

    Swift

    public protocol ReadableStream : AnyObject, TextOutputStreamable, CommandRunning
  • An output stream, like standard output or a writeable file.

    See more

    Declaration

    Swift

    public protocol WritableStream : AnyObject, TextOutputStream