[Top]
Thread
Thread.Queue
|
Class Thread.Queue
- Description
-
Thread.Queue implements a queue, or a pipeline. The main difference
between Thread.Queue and Thread.Fifo is that Thread.Queue
will never block in write(), only allocate more memory.
- Note
-
Queues are only available on systems with POSIX or UNIX or WIN32
thread support.
- See also
-
Thread.Fifo
Inherits
|