|
cxxmcp 1.1.6
C++ MCP SDK
|
Internal entry for a scheduled timer task. More...
#include <timer_handle.hpp>
Public Attributes | |
| std::chrono::steady_clock::time_point | when |
| std::function< void()> | task |
| std::atomic< bool > | cancelled {false} |
| std::uint64_t | id = 0 |
| int | priority = 1 |
Internal entry for a scheduled timer task.