NAME
A member of omni::chrono::timer_sync_type::enum_t
omni::chrono::timer_sync_type::enum_t::QUEUED
A member of omni::chrono::timer_sync_type::enum_t
SYNOPSIS
When the timer interval passes, the interval counter is reset and any attached delegates are pushed to a queue that are executed on a separate thread that monitors said queue. If an attached delegates take longer than the tick interval, any subsequent tick events are queued up and called in succession without regards to the tick event or interval on the queue monitor thread.
top
When the timer interval passes, the interval counter is reset and any attached delegates are pushed to a queue that are executed on a separate thread that monitors said queue. If an attached delegates take longer than the tick interval, any subsequent tick events are queued up and called in succession without regards to the tick event or interval on the queue monitor thread.
#include <omni/types/timer_t.hpp>
omni::chrono::timer_sync_type::enum_t::QUEUED()
top