omni::chrono::timer_sync_type::DROP
NAME

omni::chrono::timer_sync_type::DROP

A member of omni::chrono::timer_sync_type::enum_t

#include <omni/types/timer_t.hpp>
omni::chrono::timer_sync_type::DROP

SYNOPSIS

When the timer interval passes, the interval counter is reset and any attached delegates are called in the order they were attached. If any functions should take longer than the timer interval and an interval lapse happens, any subsequent ticks will be dropped while the attached delegates are still executing. It is possible to have an events fire immediately after each other if the timing works out such that the delegate call finishes as the tick event is about to occur.

top

DESCRIPTION

No description.

top