Colt 1.0.3

Uses of Class
edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel

Packages that use SemaphoreControlledChannel
edu.oswego.cs.dl.util.concurrent Overview of package util.concurrent Release 1.3.1 
edu.oswego.cs.dl.util.concurrent.misc   
 

Uses of SemaphoreControlledChannel in edu.oswego.cs.dl.util.concurrent
 

Subclasses of SemaphoreControlledChannel in edu.oswego.cs.dl.util.concurrent
 class BoundedPriorityQueue
          A heap-based priority queue, using semaphores for concurrency control.
 class Slot
          A one-slot buffer, using semaphores to control access.
 

Uses of SemaphoreControlledChannel in edu.oswego.cs.dl.util.concurrent.misc
 

Subclasses of SemaphoreControlledChannel in edu.oswego.cs.dl.util.concurrent.misc
 class PipedChannel
          A channel based on a java.io.PipedInputStream and java.io.PipedOutputStream.
 


Colt 1.0.3

Submit a bug or feature. Check the Colt home page for the latest news.