Module caps

Module caps 

Source
Expand description

Capability bits for ByteOr layouts.

These occupy high bits to avoid colliding with indexbus_abi::caps.

Constantsยง

BYTEOR_CAP_SUPPORTS_EVENTS_CHAIN
Region supports an events chain layout: one slot pool shared by multiple SPSC queues.
BYTEOR_CAP_SUPPORTS_EVENTS_CHAIN_MPSC
Region supports an events chain layout with per-edge MPSC queues.
BYTEOR_CAP_SUPPORTS_SEQUENCED_SLOTS
Region supports a sequenced-slots layout: sequencer cursor + slot pool + ring of slot indices.