Like TVoidTask but suspends at final_suspend instead of self-destructing. More...
#include <promises.hpp>
Public Types | |
| using | promise_type = TVoidSuspendedPromise |
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>.