| Interface | Description |
|---|---|
| InterruptibleRunnable |
Like
Runnable, but guarantees that InterruptibleRunnable.interruptibleRun() will
be cleanly exited if the thread is interrupted. |
| Class | Description |
|---|---|
| BooleanCondition |
Lock object that has two states.
|
| Condition |
Object used for synchronisation.
|
| ExecutorFactory |
Create suitable
Executor implementations. |
| InterruptibleRunnableAdapter |
Adapt a
InterruptibleRunnable to a Runnable. |
This package should probably be deprecated in favour of JSR 166 / backport-util-concurrent..
Copyright © 2000-2014. All Rights Reserved.