init(_:)

    Creates a new sequence with the provided async stream.

    MultipartPublicTypes.swift:297
    convenience init(_ stream: AsyncStream<Element>)

    Parameters

    stream

    An async stream that provides the parts.

    Other members in extension

    Types

    • struct Iterator

      An async iterator of both input async sequences and of the sequence itself.

    Typealiases

    Type members

    Instance members