Handle for scheduled tasks that can be used to cancel them.
More...
#include <scheduled_pool.hpp>
Handle for scheduled tasks that can be used to cancel them.
Definition at line 19 of file scheduled_pool.hpp.
◆ ScheduledTaskHandle()
threadschedule::ScheduledTaskHandle::ScheduledTaskHandle |
( |
uint64_t | id | ) |
|
|
inlineexplicit |
◆ cancel()
void threadschedule::ScheduledTaskHandle::cancel |
( |
| ) |
|
|
inline |
◆ id()
auto threadschedule::ScheduledTaskHandle::id |
( |
| ) |
const -> uint64_t
|
|
inlinenodiscard |
◆ is_cancelled()
auto threadschedule::ScheduledTaskHandle::is_cancelled |
( |
| ) |
const -> bool
|
|
inlinenodiscard |
◆ ScheduledThreadPoolT
The documentation for this class was generated from the following file: