YieldAwaitable
YieldAwaitable class
An awaitable type that is returned from TaskUtils::Yield().
class YieldAwaitable
Methods
| Method | Description |
|---|---|
| YieldAwaiter 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.Slides