commit | 9f70b843aea1021bff8afc59ffa69f0428c7732c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:31:44 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:31:44 2023 +0000 |
tree | a455806bb80ea81083a9686ce41a5c8dc7164ae6 | |
parent | 60bd639553cd9f3c777c1620c2cec0fceff4dbc6 [diff] | |
parent | fa6d4166c29101129730d31dd1f7fa973ec5cba0 [diff] |
Snap for 10460766 from fa6d4166c29101129730d31dd1f7fa973ec5cba0 to mainline-healthfitness-release Change-Id: I69696fb8bf64fb479d69c1d3e09e76b6f9c36826
This crate provides work-stealing deques, which are primarily intended for building task schedulers.
Add this to your Cargo.toml
:
[dependencies] crossbeam-deque = "0.8"
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.
Licensed under either of
at your option.
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.