Instance Propertyswift-nio 2.81.0NIOCore
sequence
The actual sequence which should be passed to the consumer.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
let sequence: NIOAsyncSequenceProducer
The actual sequence which should be passed to the consumer.
let sequence: NIOAsyncSequenceProducer
s7NIOCore24NIOAsyncSequenceProducerV03NewC0V8sequenceACyxq_q0_Gvp
What are these?86ZQW
import NIOCore
The core abstractions that make up SwiftNIO.
struct NewSequence
Simple struct for the return type of makeSequence(elementType:backPressureStrategy:delegate:)
.
struct NIOAsyncSequenceProducer<Element, Strategy, Delegate> where Element : Sendable, Strategy : NIOAsyncSequenceProducerBackPressureStrategy, Delegate : NIOAsyncSequenceProducerDelegate
This is an AsyncSequence
that supports a unicast AsyncIterator
.
let source: Source
The source of the NIOAsyncSequenceProducer
used to yield and finish.