[][src]Type Definition reclaim::leak::Atomic

type Atomic<T, N> = Atomic<T, Leaking, N>;

An Atomic type that uses the no-op Leaking "reclamation" scheme.