omni::chrono::async_timer::stop
NAME

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)

SYNOPSIS

Stops the timer.

top

DESCRIPTION

Stops the timer and waits for any tick events to finish before continuing. This is a blocking call.

top