Bug: 179213538

Clone this repo:
  1. 44f89d2 Update Android.bp by running cargo_embargo am: 3ef969660e by James Farrell · 4 weeks ago main master
  2. 3ef9696 Update Android.bp by running cargo_embargo by James Farrell · 4 weeks ago
  3. 874d4ce Update Android.bp by running cargo_embargo am: 16a81e0396 by James Farrell · 5 weeks ago
  4. 16a81e0 Update Android.bp by running cargo_embargo by James Farrell · 6 weeks ago
  5. 513df39 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 7 weeks 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.