System::Runtime::CompilerServices::YieldAwaitable class
YieldAwaitable class
An awaitable type that is returned from TaskUtils::Yield().
class YieldAwaitable
Nested classes
- Class YieldAwaiter
Methods
| Method | Description |
|---|---|
| GetAwaiter() const | Gets the awaiter for this awaitable. |
Remarks
This type enables yielding control back to the calling context in asynchronous methods.
See Also
- Namespace System::Runtime::CompilerServices
- Library Aspose.Font for C++