omni::chrono::queue_timer::queue_count
NAME

omni::chrono::queue_timer::queue_count

A member function of omni::chrono::queue_timer

#include <omni/chrono/queue_timer.hpp>
std::size_t omni::chrono::queue_timer::queue_count()

SYNOPSIS

Returns any queued up events.

top

DESCRIPTION

This will return the count of any tick events that are pending in the queue.

top