gecko-dev/third_party/rust/crossbeam-utils
2018-11-02 10:56:08 -04:00
..
src
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
Cargo.toml
CHANGELOG.md
LICENSE-APACHE
LICENSE-MIT
README.md

Utilities for concurrent programming

Build Status License Cargo Documentation

This crate provides utilities for concurrent programming.

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-utils = "0.2"

Next, add this to your crate:

extern crate crossbeam_utils;

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.