Crate crtq[][src]

A multi-producer, multi-consumer wait-free queue.

A Wait-Free Queue with Wait-Free Memory Reclamation

Structs

Consumer

A consumer for an unbounded MPMC wait-free queue.

ProduceError

Contains an item rejected by a produce operation.

Producer

A producer for an unbounded MPMC wait-free queue.

Enums

ConsumeError

Indicates the reason a consume operation could not return an item.

Functions

channel

Returns a producer and consumer for an unbounded MPMC wait-free queue.