remem 0.1.0

Thread-safe object reuse.
Documentation

Installation

With cargo add installed run:

$ cargo add remem

Safety

This crate uses two instances of unsafe to implement a lock-free Treiber stack. This implementation was copied from the reference implementation in crossbeam.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License