omni::chrono::timer_sync_type::enum_t::QUEUED

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

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