Module npnc::bounded::mpmc[][src]

Bounded multi-producer, multi-consumer lock-free queue.

Structs

Consumer

A consumer for a bounded MPMC lock-free queue.

Producer

A producer for a bounded MPMC lock-free queue.

Functions

channel

Returns a producer and consumer for a bounded MPMC lock-free queue.