|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Awaitable that suspends until this token is cancelled. More...
#include <CancellationToken.hpp>
Collaboration diagram for corium::async::CancellationToken::WhenCancelledAwaiter:Public Member Functions | |
| bool | await_ready () const noexcept |
| constexpr void | await_resume () const noexcept |
| bool | await_suspend (std::coroutine_handle<> h) noexcept |
Public Attributes | |
| CancellationToken & | token |
Awaitable that suspends until this token is cancelled.
|
inlinenoexcept |
Here is the call graph for this function:
|
inlineconstexprnoexcept |
|
inlinenoexcept |
Here is the call graph for this function:| CancellationToken& corium::async::CancellationToken::WhenCancelledAwaiter::token |