There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.