1 unstable release
Uses old Rust 2015
0.1.0 | Aug 9, 2015 |
---|
#22 in #single-consumer
16KB
285 lines
Cosmo
This crate aims to provide high perfomance concurrency tools for Rust, such as:
- A single producer single consumer concurrent queue
- ...
Use cargo build
to build the crate, cargo test
to run the unit-tests and
cargo bench
to run the benchmarks.
Dependencies
~735KB
~13K SLoC