All Projects → crossbeam-rs → Crossbeam Deque

crossbeam-rs / Crossbeam Deque

Licence: other
Concurrent work-stealing deque

Programming Languages

rust
11053 projects

NOTE: This crate has been moved into the crossbeam repository.

Do not use this repository.

Concurrent work-stealing deque

Build Status License Cargo Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-deque = "0.6"

Next, add this to your crate:

extern crate crossbeam_deque;

The minimum required Rust version is 1.25.

License

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

See LICENSE-MIT and LICENSE-APACHE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].