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 time between official ticks.

#include <omni/types/timer_t.hpp>
omni::chrono::timer_sync_type::enum_t::SYNCHRONOUS()


top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top