Concurrent work-stealing deque for building task schedulers and parallel algorithms.
# Cargo.toml
[dependencies]
crossbeam-deque = "0.8.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a FIFO worker and pushes/pops tasks.
Ensure each Worker is used from a single thread; use Stealer for cross-thread stealing.
No dependency data recorded yet.