cosmo 0.1.0

Concurrency utils
docs.rs failed to build cosmo-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Cosmo

Nightly Build Status

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.