Crates.io | crossbeam-deque |
lib.rs | crossbeam-deque |
version | 0.8.5 |
source | src |
created_at | 2017-11-26 18:02:02.212875 |
updated_at | 2024-01-08 12:57:12.738983 |
description | Concurrent work-stealing deque |
homepage | https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque |
repository | https://github.com/crossbeam-rs/crossbeam |
max_upload_size | |
id | 40627 |
size | 127,491 |
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.61.
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.