Atomic

Type Alias Atomic 

Source
pub type Atomic<T, N> = Atomic<T, HP, N>;
Expand description

A specialization of Atomic for the HP reclamation scheme.

Aliased Typeยง

pub struct Atomic<T, N> { /* private fields */ }