[Top]
Thread
Thread.Fifo
|
Class Thread.Fifo
- Description
-
Thread.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.
- Note
-
Fifos are only available on systems with threads support.
- See also
-
Thread.Queue
Inherits- Condition
- Condition
- Mutex
|