remem

Crates.ioremem
lib.rsremem
version0.1.0
sourcesrc
created_at2019-11-20 16:08:01.241643
updated_at2019-11-20 16:08:01.241643
descriptionThread-safe object reuse.
homepage
repositoryhttps://github.com/rylev/remem
max_upload_size
id183004
size31,345
Yosh (yoshuawuyts)

documentation

https://docs.rs/remem

README

remem

Thread-safe object reuse

Crates.io version Download docs.rs docs

API Docs | Contributing

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

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 34

cargo fmt