зеркало из https://github.com/mozilla/gecko-dev.git
b93bf873ba | ||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Concurrent work-stealing deque
Usage
Add this to your Cargo.toml
:
[dependencies]
crossbeam-deque = "0.3"
Next, add this to your crate:
extern crate crossbeam_deque;
The minimum required Rust version is 1.20.
License
Licensed under the terms of MIT license and the Apache License (Version 2.0).
See LICENSE-MIT and LICENSE-APACHE for details.