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.1.5"

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