commit | 3a3262e8bd32133081e6955586015eb011ff2cdb | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:43:28 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:43:28 2023 +0000 |
tree | a455806bb80ea81083a9686ce41a5c8dc7164ae6 | |
parent | 465e78621904030014cc9c69e3195946a8523038 [diff] | |
parent | fa6d4166c29101129730d31dd1f7fa973ec5cba0 [diff] |
Snap for 10453563 from fa6d4166c29101129730d31dd1f7fa973ec5cba0 to mainline-adservices-release Change-Id: I3ebea881c117c0a683889054725ecb56bd84296a
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.