Enumeration

AsyncThrowingStream.Continuation.YieldResult

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

Declaration 宣言

enum AsyncThrowingStream<Element, Failure>.Continuation.YieldResult

Overview 概要

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

Topics 話題

Yield Results

See Also 参照

Producing Elements