Bug: 179213538

Clone this repo:
  1. 88b35cd Merge "Make crossbeam-deque available to product and vendor" am: 4202594452 by Matthew Maurer · 3 months ago emu-33-release main master android-u-beta-1-gpl
  2. 4202594 Merge "Make crossbeam-deque available to product and vendor" by Matthew Maurer · 3 months ago
  3. c7b4165 Make crossbeam-deque available to product and vendor by Matthew Maurer · 3 months ago
  4. 5ea06a8 Upgrade crossbeam-deque to 0.8.3 am: 7757653066 by Jeff Vander Stoep · 3 months ago
  5. 7757653 Upgrade crossbeam-deque to 0.8.3 by Jeff Vander Stoep · 3 months ago

Crossbeam Deque

Build Status License Cargo Documentation Rust 1.38+ 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.38.

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.