Colt 1.0.2

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

Packages that use SemaphoreControlledChannel
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
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.2

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