|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskSource | |
de.spieleck.util |
Uses of TaskSource in de.spieleck.util |
Classes in de.spieleck.util that implement TaskSource | |
class |
TaskQueue
A queue of Tasks ( Runnable s)
for the ThreadPool . |
Fields in de.spieleck.util declared as TaskSource | |
protected TaskSource |
ThreadPool.tSource
The actual source of work |
Constructors in de.spieleck.util with parameters of type TaskSource | |
ThreadPool(TaskSource tSource)
Construct a pool with a default number of threads. |
|
ThreadPool(int size,
TaskSource tSource)
Construct a pool with a choosable number of threads. |
|
Spieleck | ||||||||||
PREV NEXT | FRAMES NO FRAMES |