queue_empty: Check if the event queue is empty

View source: R/input_f.R

queue_emptyR Documentation

Check if the event queue is empty

Description

Check if the event queue is empty

Usage

queue_empty(ptr, exclude_inf = FALSE)

Arguments

ptr

The event queue pointer. Defaults to cur_evtlist.

exclude_inf

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

Value

Logical, TRUE if the queue is empty, FALSE otherwise.


WARDEN documentation built on Nov. 5, 2025, 7:45 p.m.