Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::timer::cancellable_scheduled_entry::cancel_callback Struct Reference

Callback type used with stop_tokens. More...

#include <asyncpp/timer.h>

Public Member Functions

void operator() () const
 Invocation operator called on cancellation.
 

Public Attributes

timerparent
 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.
 

Detailed Description

Callback type used with stop_tokens.


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