Structure
MultipartParserAsyncSequence.AsyncIterator
An iterator over the sections of a multipart message, with each part’s body collated.
struct AsyncIterator
Topics
Instance Methods
func next() async throws(MultipartParserError) -> MultipartSection<BackingSequence.Element>?Advances to the next section of the message.func next(isolation: isolated (any Actor)?) async throws(MultipartParserError) -> MultipartSection<BackingSequence.Element>?Advances to the next section of the message, inheriting the caller’s actor isolation.
Relationships
Conforms To
_Concurrency.AsyncIteratorProtocol