| .dispatcher_try_gate | R Documentation |
Snapshot read of dispatcher capacity. Returns immediately, never blocks.
The non-blocking counterpart to .dispatcher_gate().
.dispatcher_try_gate(disp)
disp |
External pointer to dispatcher handle. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.