Public Member Functions | |
bool | operator> (const WorkItem &other) const |
Public Attributes | |
Clock::time_point | end |
std::function< void(bool)> | handler |
uint64_t | id |
Definition at line 238 of file timer_queue.h.
bool BT::TimerQueue::WorkItem::operator> | ( | const WorkItem & | other | ) | const [inline] |
Definition at line 243 of file timer_queue.h.
Clock::time_point BT::TimerQueue::WorkItem::end |
Definition at line 240 of file timer_queue.h.
std::function<void(bool)> BT::TimerQueue::WorkItem::handler |
Definition at line 242 of file timer_queue.h.
uint64_t BT::TimerQueue::WorkItem::id |
Definition at line 241 of file timer_queue.h.