Skip to main content

cfg_atomic_tagged128

Macro cfg_atomic_tagged128 

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

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

Usage:

use nblf_queue::cfg_atomic_tagged128;

cfg_atomic_tagged128! {
    use nblf_queue::core::slots::Tagged128;
}