[Top]
Thread
Thread.Fifo
|
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
-
Queue
- Inherit
r_cond
-
inherit Condition : r_cond
- Inherit
w_cond
-
inherit Condition : w_cond
- Inherit
lock
-
inherit Mutex : lock
|