cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::core::TimerEntry Struct Reference

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
 

Detailed Description

Internal entry for a scheduled timer task.


The documentation for this struct was generated from the following file: