Module queue

Module queue 

Source
Available on crate feature queue only.
Expand description

Module for ProSA internal queueing utilitary

Modules§

mpsc
Queue for Multiple producers and single consumer
spmc
Queue for single producer and multiple consumers

Macros§

id_in_queue
Macro of an expression to know if an id is still contain by the queue that have a circular buffer

Enums§

QueueError
Error define for Queues Use by utilitary queues an their implementation in ProSA.

Traits§

QueueChecker
Trait to define all information getter from the queue