Package fulmine.util.concurrent

Interface Summary
ITaskExecutor An active object that executes tasks asynchronously.
ITaskHandler<TASK_TYPE> An object that handles the logic to process a specific type of task.
 

Class Summary
Task<TASK_TYPE> Encapsulates a task to process using the provided ITaskHandler.
TaskExecutor A single threaded Executor for tasks.
ThreadUtils Utilities for working with threads.
 



Copyright © 2007-2009. All Rights Reserved.