YieldAwaitable

YieldAwaitable class

An awaitable type that is returned from TaskUtils::Yield().

class YieldAwaitable

Methods

MethodDescription
YieldAwaiter GetAwaiter() constGets the awaiter for this awaitable.

Remarks

This type enables yielding control back to the calling context in asynchronous methods.

See Also