|
My Project 3.7.9
C++ Distributed Hash Table
|
Public Member Functions | |
| Job (std::function< void()> &&f, time_point t) | |
| void | cancel () |
Public Attributes | |
| std::function< void()> | do_ |
| const time_point | t_ |
Definition at line 21 of file scheduler.h.
|
inline |
Definition at line 23 of file scheduler.h.
|
inline |
Definition at line 29 of file scheduler.h.
| std::function<void()> dht::Scheduler::Job::do_ |
Definition at line 27 of file scheduler.h.
| const time_point dht::Scheduler::Job::t_ |
Definition at line 28 of file scheduler.h.