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

    NIOAsyncSequenceProducer.swift:253
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    struct Source

    Other members in extension

    Types

    Instance members

    Citizens in NIOCore

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.

    Types

    Instance members