NAME
A member of omni::chrono::async_timer
omni::chrono::async_timer::state_object
A member of omni::chrono::async_timer
#include <omni/chrono/async_timer.hpp>
omni::generic_ptr omni::chrono::async_timer::state_object
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
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
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