Skip to main content

Module protocol

Module protocol 

Source
Expand description

Core protocol types and layout constants for crossbar pub/sub.

Pure atomics, raw pointer math, and lock-free data structures (Treiber stack, seqlock, ring).

Structs§

Config
Configuration for pool-backed O(1) pub/sub.
Region
Shared state for the mmap region – held by both publisher/subscriber and by Sample (via Arc) to keep the mmap alive.