pub static queue_in: Atomic<i32>Expand description
Port of mod_export volatile int queue_in from Src/signals.c:84.
Companion counter bumped by queue_signals() (signals.h:90) and
decremented by unqueue_signals() (signals.h:94); used by
dont_queue_signals() to snapshot the depth (signals.h:99) and
by debug assertions (DPUTS2 at signals.h:105).