Crate octopus[][src]

Re-exports

pub use self::atomic::AtomicPtr;

Modules

atomic

A module containing an atomic pointer.

Structs

HashMap

A "lock-free" implementation of an hash map that tries to implement as much of the std's HashMap's API as possible.

Vec

A "lock-free" implementation of a growing vector that tries to implement as much of the std's implementation's API as possible.