omni::chrono::async_timer::operator=

SYNOPSIS

Assigns the underlying data from one timer to this one.

top

DESCRIPTION

Assigns the interval, state object and tick event data of another timer to this one. If this timer is currently running, it is stopped before the assignment occurs.

top

CONSIDERATIONS

Care should be taken if your tick event delegate utilizes the state object of this instance since it could be destroyed in assignment.

top