Class Thread.Fifo
- Description
Fifo implements a fixed length first-in, first-out queue. A fifo is a queue of values and is often used as a stream of data between two threads.
- See also
- Inherit lock
inherit Mutex : lock
- Inherit r_cond
inherit Condition : r_cond
- Inherit w_cond
inherit Condition : w_cond