NAME
A member of omni::chrono::timer_sync_type::enum_t
omni::chrono::timer_sync_type::enum_t::SYNCHRONOUS
A member of omni::chrono::timer_sync_type::enum_t
#include <omni/types/timer_t.hpp>omni::chrono::timer_sync_type::enum_t::SYNCHRONOUS
SYNOPSIS
When the timer interval passes the tick event will block and execute any delegates in the order they were attached. The timer interval counter will not be reset until the last attached delegate returns, thus adding additional
top
When the timer interval passes the tick event will block and execute any delegates in the order they were attached. The timer interval counter will not be reset until the last attached delegate returns, thus adding additional
time between official ticks.
top