Instance Methodswift-openapi-runtime 1.6.0OpenAPIRuntime
makeAsyncIterator
Creates the asynchronous iterator that produces elements of this asynchronous sequence.
ServerSentEventsDecoding.swift:92func makeAsyncIterator() -> Iterator<Upstream.AsyncIterator>
Other members in extension
Types
struct Iterator<UpstreamIterator>
The iterator of
ServerSentEventsDeserializationSequence
.
Typealiases
Type members
Show obsolete interfaces (1)
Hide obsolete interfaces
init(upstream: Upstream
) Creates a new sequence.