Async++ unknown
Async (co_await/co_return) code for C++
|
Callback type used with stop_tokens. More...
#include <asyncpp/timer.h>
Public Member Functions | |
void | operator() () const |
Invocation operator called on cancellation. | |
Public Attributes | |
timer * | parent |
Pointer to the timer containing this node. | |
std::multiset< cancellable_scheduled_entry, scheduled_entry::time_less >::const_iterator | it |
Iterator to this node in the entry set. | |
Callback type used with stop_tokens.