AtomicCLong

Type Alias AtomicCLong 

Source
pub type AtomicCLong = AtomicCLong;
Available on crate feature c_long only.
Expand description

An atomic c_long.

This is either an alias to the appropriate atomic integer type in core::sync::atomic, or a spinlock-based fallback type.

Aliased Typeยง

pub struct AtomicCLong { /* private fields */ }