|
|||||||||
Home >> All >> EDU >> oswego >> cs >> dl >> util >> [ concurrent overview ] | PREV NEXT |
Uses of Package
EDU.oswego.cs.dl.util.concurrent
Classes in EDU.oswego.cs.dl.util.concurrent used by EDU.oswego.cs.dl.util.concurrent | |
BoundedChannel
A channel that is known to have a capacity, signifying that put operations may block when the
capacity is reached. |
|
Channel
Main interface for buffers, queues, pipes, conduits, etc. |
|
Executor
Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables. |
|
LinkedNode
A standard linked list node used in various queue classes |
|
PooledExecutor.BlockedExecutionHandler
Class for actions to take when execute() blocks. |
|
PooledExecutor.Worker
Class defining the basic run loop for pooled threads. |
|
Puttable
This interface exists to enable stricter type checking for channels. |
|
SynchronizedInt
A class useful for offloading synch for int instance variables. |
|
SynchronizedVariable
Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization. |
|
SynchronousChannel.Queue
Simple FIFO queue class to hold waiting puts/takes. |
|
Takable
This interface exists to enable stricter type checking for channels. |
|
ThreadFactory
Interface describing any class that can generate new Thread objects. |
|
ThreadFactoryUser
Base class for Executors and related classes that rely on thread factories. |
|
|||||||||
Home >> All >> EDU >> oswego >> cs >> dl >> util >> [ concurrent overview ] | PREV NEXT |