ark::pipeline::TimerWorkItem

Defined in header “ark/pipeline/abstract_timer.hh”.


A “work item”, which is something that can be executed from a timer. These are produced when popping items off a timer, and is the first phase of timer execution.

Variables

  • std::chrono::steady_clock::time_point activation_time_
    The time that the timer activated itself.