Structureswift-nio 2.72.0NIOCore
AsyncIterator
NIOThrowingAsyncSequenceProducer.swift:228- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
struct AsyncIterator
Other members in extension
Types
struct Source
A struct to interface between the synchronous code of the producer and the asynchronous consumer. This type allows the producer to synchronously
yield
new elements to theNIOThrowingAsyncSequenceProducer
and tofinish
the sequence.
Instance members
Citizens in NIOCore
Conformances
protocol AsyncIteratorProtocol
A type that asynchronously supplies the values of a sequence one at a time.