crossbeam-deque

Crates.iocrossbeam-deque
lib.rscrossbeam-deque
version0.8.5
sourcesrc
created_at2017-11-26 18:02:02.212875
updated_at2024-01-08 12:57:12.738983
descriptionConcurrent work-stealing deque
homepagehttps://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
repositoryhttps://github.com/crossbeam-rs/crossbeam
max_upload_size
id40627
size127,491
Taiki Endo (taiki-e)

documentation

README

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.

Commit count: 2236

cargo fmt