lockfree 0.5.1

This crate provides concurrent data structures and a solution to the ABA problem as an alternative of hazard pointers
Documentation
1
2
3
4
5
6
pub use channel::{mpmc, mpsc, spmc, spsc};
pub use map::Map;
pub use queue::Queue;
pub use set::Set;
pub use stack::Stack;
pub use tls::ThreadLocal;