Notice

This crate is outdated. The Crossbeam project is currently in a transition period. We are rewriting the epoch garbage collector, as well as several other utilities and adding new structures. To follow the progress, please take a look at other crates in the project here. When the transition is complete, this crate will be updated to use the new code.

Crossbeam: support for concurrent and parallel programming

Build Status

This crate is an early work in progress. The focus for the moment is concurrency:

Usage

To use Crossbeam, add this to your Cargo.toml:

toml [dependencies] crossbeam = "0.3.0"

For examples of what Crossbeam is capable of, see the documentation.