Contents

AsyncStream.Continuation.YieldResult

A type that indicates the result of yielding a value to a client, by way of the continuation.

Declaration

enum YieldResult

Overview

The various yield methods of AsyncStream.Continuation return this type to indicate the success or failure of yielding an element to the continuation.

Topics

Yield Results

See Also

Producing Elements