Registry / async / deque
library0.3.2rscratesunverified

A mostly lock-free concurrent work-stealing deque.

# Cargo.toml [dependencies] deque = "0.3.2"
INSTALL
IMPORT
SIG · DEQUE
D
deque
asyncrustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Worker
use deque::Worker;

Creates a new work-stealing deque worker.

use deque::Worker; fn main() { let worker = Worker::new(); println!("Worker created"); }
Debug
Known issues
gotchaNot fully lock-free; uses atomic operations that may cause contention under high load
fix
Consider using crossbeam-deque for a more robust implementation
affects: >=0.3.0
Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
deque — cargo add deque · libregistry