|
Class Summary |
| BoundedQueue |
Efficient array-based bounded buffer class. |
| ChannelWrapper |
Wrapper around a Channel implementation for constructor convenience |
| DefaultRunnableManager |
The DefaultRunnableManager implements the RunnableManager interface
and is responsible to create ThreadPools and run Runnables
in them as background commands. |
| DefaultThreadFactory |
This class is responsible to create new Thread instances to run a command. |
| DefaultThreadPool |
The DefaultThreadPool class implements the ThreadPool interface. |
| LinkedQueue |
A linked list based channel implementation. |
| SynchronousChannel |
A rendezvous channel, similar to those used in CSP and Ada. |