YieldResult

    The result of a call to yield(_:).

    NIOThrowingAsyncSequenceProducer.swift:318
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    enum YieldResult

    Cases

    • case produceMore

      Indicates that the caller should produce more elements.

    • case stopProducing

      Indicates that the caller should stop producing elements.

    • case dropped

      Indicates that the yielded elements have been dropped because the sequence already terminated.

    Other members in extension

    Instance members

    Citizens in NIOCore

    Conformances

    Type features