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§
- Queue
Error - Error define for Queues Use by utilitary queues an their implementation in ProSA.
Traits§
- Queue
Checker - Trait to define all information getter from the queue