NAME
A member function of omni::chrono::async_timer
OVERLOADS
omni::chrono::async_timer::stop
A member function of omni::chrono::async_timer
#include <omni/chrono/async_timer.hpp>
void omni::chrono::async_timer::stop()
OVERLOADS
void omni::chrono::async_timer::stop(uint32_t join_timeout)
void omni::chrono::async_timer::stop(uint32_t join_timeout, bool kill_on_timeout)
DESCRIPTION
Stops the timer and waits for any tick events to finish before continuing. This is a blocking call.
top
Stops the timer and waits for any tick events to finish before continuing. This is a blocking call.
top