Struct crossbeam::sync::MsQueue
[−]
[src]
pub struct MsQueue<T> {
// some fields omitted
}A Michael-Scott lock-free queue.
Usable with any number of producers and consumers.