Constant MAGIC

Source
pub const MAGIC: u64 = _; // 5_494_763_520_971_851_092u64
Expand description

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.