atomic-ext-0.2.0 has been yanked.
Atomic extensions
AtomicArc: A lightweight atomic pointer to Arc.
Example
use ,
use AtomicArc;
let a = new;
let x = new;
let b = x.load;
let c = x.swap;
Arc.Example
use ,
use AtomicArc;
let a = new;
let x = new;
let b = x.load;
let c = x.swap;