Skip to main content

INBOUND_QUEUE

Static INBOUND_QUEUE 

Source
pub static INBOUND_QUEUE: AtomicPtr<c_void>
Expand description

Where declare_inbound! parks what the host handed over. Two atomics rather than a static mut: the host sets these once at link time, and a module with a thread of its own would read them from that thread, so the access wants to be well-defined even though nothing does that yet.