Public Member Functions | |
schedulable (time_point time_point, size_t id, SchedulableFn &&fn) | |
schedulable (const schedulable &other)=default | |
schedulable (schedulable &&other) noexcept=default | |
schedulable & | operator= (const schedulable &other)=default |
schedulable & | operator= (schedulable &&other) noexcept=default |
bool | operator< (const schedulable &other) const |
time_point | get_time_point () const |
SchedulableFn && | extract_function () const |