![]() |
MySQL 9.2.0
Source Code Documentation
|
#include <io_context.h>
Public Member Functions | |
pending_timer_op (const Timer &timer, Op &&op) | |
void | run () override |
![]() | |
pending_timer (const Timer &timer) | |
virtual | ~pending_timer ()=default |
bool | is_cancelled () const |
void | cancel () |
time_point | expiry () const noexcept |
timer_id | id () const |
Private Attributes | |
Op | op_ |
Additional Inherited Members | |
![]() | |
using | time_point = typename Timer::time_point |
using | timer_id = typename Timer::Id * |
|
inline |
|
inlineoverridevirtual |
|
private |