COROIO: NNet::TVoidSuspendedTask Struct Reference
COROIO
 
Loading...
Searching...
No Matches
NNet::TVoidSuspendedTask Struct Reference

Like TVoidTask but suspends at final_suspend instead of self-destructing. More...

#include <promises.hpp>

Inheritance diagram for NNet::TVoidSuspendedTask:

Public Types

using promise_type = TVoidSuspendedPromise
 

Detailed Description

Like TVoidTask but suspends at final_suspend instead of self-destructing.

Used internally where the caller needs to manually destroy the coroutine after it completes. Not for general use — prefer TVoidTask or TFuture<void>.


The documentation for this struct was generated from the following file: