Crate futex_queue[][src]

Structs

A fixed size MPSC queue with timer capability based on Linux futex. Suitable for real-time applications. Size N must be a power of 2.

Receiver half of the queue.

Sender half of the queue. Safe to share between threads.

Enums

Represents queued item.