| Interface | Description |
|---|---|
| IQueue |
You should write your own concrete Queue implementation to hold the tasks in
a specific kind of queue.
|
| IRunnableTask |
Interface implemented by those tasks that can be background-executed,
cancelled or any other thing.
|
| ITaskPlanner |
ITaskPlanner provides an interface to program your own task planning.
|
| Class | Description |
|---|---|
| FIFOTaskPlanner |
A simple FIFO task planner.
|