Crate futex_queue

Source

Structs§

FutexQueue
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
Receiver half of the queue.
Sender
Sender half of the queue. Safe to share between threads.

Enums§

Item
Represents queued item.