Bug: 179213538

Clone this repo:
  1. fb040a1 Migrate 25 crates to monorepo. am: 35cc7f7255 by James Farrell · 5 months ago main master
  2. 35cc7f7 Migrate 25 crates to monorepo. by James Farrell · 5 months ago main-16k
  3. 9171bf1 Update Android.bp by running cargo_embargo am: 54dfee6dbc by James Farrell · 6 months ago
  4. 54dfee6 Update Android.bp by running cargo_embargo by James Farrell · 6 months ago
  5. 649271d Cleanup license metadata in external/rust/crates/crossbeam-deque. am: a640a40fd3 by Wei Li · 6 months ago

Crossbeam Deque

Build Status License Cargo Documentation Rust 1.61+ chat

This crate provides work-stealing deques, which are primarily intended for building task schedulers.

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-deque = "0.8"

Compatibility

Crossbeam Deque supports stable Rust releases going back at least six months, and every time the minimum supported Rust version is increased, a new minor version is released. Currently, the minimum supported Rust version is 1.61.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.