Learn R Programming

WARDEN (version 2.0.0)

queue_size: Get the Size of the Event Queue

Description

Get the Size of the Event Queue

Usage

queue_size(ptr, exclude_inf = FALSE)

Value

An integer indicating the number of events in the queue.

Arguments

ptr

The event queue pointer. Defaults to cur_evtlist.

exclude_inf

Logical, whether to exclude events with Inf time. Default is FALSE.