#include <ConcurrentExecutor.h>
Inheritance diagram for ConcurrentExecutor:
Public Methods | |
ConcurrentExecutor () | |
Create a new ConcurrentExecutor. | |
virtual | ~ConcurrentExecutor () throw () |
Destroy a new ConcurrentExecutor. | |
virtual void | execute (const RunnableHandle &task) |
void | execute (Runnable *task) |
virtual void | cancel () |
virtual bool | isCanceled () |
virtual void | wait () |
virtual bool | wait (unsigned long timeout) |
|
Implements Executor. |
|
Convience method
Reimplemented from Executor. |
|
Submit a light wieght task to an Executor. This will not block the calling thread very long. The submitted task will be executed at some later point by another thread.
Implements Executor. |
|
Implements Cancelable. |
|
Implements Executor. |
|
Implements Executor. |