[][src]Crate eiz

Modules

rt_queue

Provides queues suitable for use in real-time programming. Real-time in this sense is defined as "threads which need to service events on a fixed deadline." For example, audio or other hardware interfacing where the hardware will produce incorrect behavior if a deadline is missed. Special care is taken to provide interfaces which are not subject to priority inversion or other thread scheduling anomalies, to the extent possible.