Skip to content

EntropyEngine::Core::TimerService::TimerData

EntropyEngine::Core::TimerService::TimerData

Section titled “EntropyEngine::Core::TimerService::TimerData”

Internal timer data tracked per node.

Name
Timer::WorkFunctionwork
User’s work function.
boolrepeating
Whether timer repeats.
Timer::Durationinterval
Interval for repeating timers.
Timer::TimePointfireTime
When timer should fire.
std::atomic< bool >cancelled
Cancellation flag.
Timer::WorkFunction work;

User’s work function.

bool repeating;

Whether timer repeats.

Timer::Duration interval;

Interval for repeating timers.

Timer::TimePoint fireTime;

When timer should fire.

std::atomic< bool > cancelled {false};

Cancellation flag.


Updated on 2026-01-26 at 17:14:35 -0500