init(_:)

    Creates a new sequence with the provided async throwing stream.

    MultipartPublicTypes.swift:291
    convenience init(_ stream: AsyncThrowingStream<Element, any Error>)

    Parameters

    stream

    An async throwing 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