omni::chrono::async_timer::state_object

SYNOPSIS

A basic object passed to the tick event.

top

DESCRIPTION

A stateful object passed into the tick event. This object is not utilized by the internal tick code itself; it is simply a proxy object that can be utilized in the user code of a tick event.

top

CONSIDERATIONS

This object is not contained within the timer itself, and thus not subject to any mutex locks or other thread-safe code. This object is strictly accessed by user code only, and must be as such. Take care when accessing or using this object.

top