public interface ThreadPool
Modifier and Type | Method and Description |
---|---|
void |
addTask(AtomicTask task)
Adds a new task to the list
|
void |
destroyPool()
Stops all threads in the list and sets the list to null
|
LinkedList<AtomicTask> |
getInputTaskList()
Gets the list of input tasks
|
TilePipe |
getTilePipe()
Gets the list of output tiles
|
void destroyPool()
void addTask(AtomicTask task)
task
- LinkedList<AtomicTask> getInputTaskList()
TilePipe getTilePipe()