Crate que

Source

Modules§

error
headless_spmc
lossless
TODO: audit
padded_atomic
page_size
shmem

Structs§

Channel
Inner type shared by the producer and consumer. Supports zero copy deserialization. This type is shared by both the headless/lossless channel so that a user can choose to toggle backpressure when restarting a system.

Constants§

MAGIC
A unique magic number identifier for the single-producer single-consumer (SPSC) channel. Serves as a marker to verify the integrity and type of the channel during joining and initialization.