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 the NIOThrowingAsyncSequenceProducer and to finish the sequence.

    Instance members

    Citizens in NIOCore

    Conformances

    Instance members