Enumeration Caseswift-nio 2.81.0NIOCore

produceMore

Indicates that the caller should produce more elements for now. The delegate’s produceMore will NOT get called, since the demand was already signalled through this YieldResult.

NIOAsyncSequenceProducer.swift:274
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
case produceMore

Other cases

  • case stopProducing

    Indicates that the caller should stop producing elements. The delegate’s produceMore will get called once production should be resumed.

  • case dropped

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