System::Runtime::CompilerServices::YieldAwaitable class

YieldAwaitable class

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

class YieldAwaitable

Nested classes

Methods

MethodDescription
GetAwaiter() constGets the awaiter for this awaitable.

Remarks

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

See Also