Colt 1.0.1

Uses of Interface
edu.oswego.cs.dl.util.concurrent.BoundedChannel

Packages that use BoundedChannel
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
 

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

Classes in edu.oswego.cs.dl.util.concurrent that implement BoundedChannel
 class BoundedBuffer
          Efficient array-based bounded buffer class.
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 class BoundedPriorityQueue
          A heap-based priority queue, using semaphores for concurrency control.
 class SemaphoreControlledChannel
          Abstract class for channels that use Semaphores to control puts and takes.
 class Slot
          A one-slot buffer, using semaphores to control access.
 class SynchronousChannel
          [ Introduction to this package.
 


Colt 1.0.1

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