Class BlockingQueue

java.lang.Object
org.j3d.util.Queue
org.web3d.util.BlockingQueue

public class BlockingQueue extends org.j3d.util.Queue

Blocking 'First In First Out' (FIFO) queue. Based on the simple Queue but can be used concurrently by separate threads. If there are not elements in the queue, getNext() will block until it is not empty. Taken from the VLC common code library http://www.vlc.com.au/common/ This software is released under the GNU LGPL

Version:
$Revision: 1.7 $
Author:
Justin Couch.
See Also:
  • Queue