Module dfqueue::mpsc_queue
source · Expand description
Ported from Rust’s std::sync::mpsc::Queue.
Structs
- The multi-producer single-consumer structure. This is not cloneable, but it may be safely shared so long as it is guaranteed that there is only one popper at a time (many pushers are allowed).
Enums
- A result of the
pop
function.