omni::chrono::async_timer::interval
NAME

omni::chrono::async_timer::interval

A member function of omni::chrono::async_timer

#include <omni/chrono/async_timer.hpp>
uint32_t omni::chrono::async_timer::interval()

SYNOPSIS

Returns the interval, in milliseconds, of this timer.

top

DESCRIPTION

Returns the interval, in milliseconds, after which the tick event will be executed.

top