Instance Methodswift-nio 2.72.0NIOCore
next
NIOAsyncSequenceProducer.swift:241- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
func next() async -> Element?
func next() async -> Element?
s7NIOCore24NIOAsyncSequenceProducerV13AsyncIteratorV4nextxSgyYaF
What are these?
FNV24: [2S7HQ]
import NIOCore
The core abstractions that make up SwiftNIO.
struct AsyncIterator
struct NIOAsyncSequenceProducer<Element, Strategy, Delegate> where Element : Sendable, Strategy : NIOAsyncSequenceProducerBackPressureStrategy, Delegate : NIOAsyncSequenceProducerDelegate
This is an AsyncSequence
that supports a unicast AsyncIterator
.