dot-dispatcher_try_gate: Dispatcher Try Gate

.dispatcher_try_gateR Documentation

Dispatcher Try Gate

Description

Snapshot read of dispatcher capacity. Returns immediately, never blocks. The non-blocking counterpart to .dispatcher_gate().

Usage

.dispatcher_try_gate(disp)

Arguments

disp

External pointer to dispatcher handle.

Value

Logical TRUE if submission would not block (queued bytes below the memory budget set on .dispatcher_start(), or unbounded), FALSE if at or over the budget. NULL if disp is invalid.


nanonext documentation built on May 4, 2026, 5:06 p.m.