|
My Project 3.4.0
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 38 of file scheduler.h.
|
inline |
Definition at line 39 of file scheduler.h.
|
inline |
Definition at line 42 of file scheduler.h.
| std::function<void()> dht::Scheduler::Job::do_ |
Definition at line 40 of file scheduler.h.
| const time_point dht::Scheduler::Job::t_ |
Definition at line 41 of file scheduler.h.