2 releases
Uses old Rust 2015
0.1.1 | Sep 9, 2016 |
---|---|
0.1.0 | Sep 8, 2016 |
#182 in #lock-free
26 downloads per month
Used in 2 crates
4KB
94 lines
rust-lock-free-stack
Rust Lock Free (Atomic) Collection that essentially is a Stack, but limited to a relatively slow "add" operation, but fast "remove_all" that removes everything from the collections and returns a reverse-order iterator.