Crate swap_queue[][src]

Expand description

A lock-free thread-owned queue whereby tasks are taken by stealers in entirety via buffer swapping. This is meant to be used thread_local paired with tokio::task::spawn as a performant take-all batching mechanism.

Structs

A worker queue.