omni::chrono::queue_timer::stop
NAME

omni::chrono::queue_timer::stop

A member function of omni::chrono::queue_timer

#include <omni/chrono/queue_timer.hpp>
void omni::chrono::queue_timer::stop(uint32_t join_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

PARAMETERS

join_timeout - The timeout to wait for any unfinished tick events before unblocking and continuing.

top


NOTES

This call will essentially detach any running event threads before continuing.

top