Skip to main content

cfg_atomic_tagged64

Macro cfg_atomic_tagged64 

Source
macro_rules! cfg_atomic_tagged64 {
    ($($item:item)*) => { ... };
}
Expand description

cfg that disables Tagged64 slot based on architecture and feature flags.

Usage:

use nblf_queue::cfg_atomic_tagged64;

cfg_atomic_tagged64! {
    use nblf_queue::core::slots::Tagged64;
}