SynchronousExecutor Class Reference
#include <SynchronousExecutor.h>
Inheritance diagram for SynchronousExecutor:
Public Member Functions | |
SynchronousExecutor () | |
Create a new SynchronousExecutor. | |
virtual | ~SynchronousExecutor () |
Destroy a SynchronousExecutor. | |
virtual void | interrupt () |
virtual void | execute (const Task &task) |
virtual void | cancel () |
virtual bool | isCanceled () |
virtual void | wait () |
virtual bool | wait (unsigned long timeout) |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T22:33:51-0400>
- Version:
- 2.3.0
- See also:
- Executor.
Member Function Documentation
|
Implements Cancelable. |
|
Submit a task to this Executor, blocking the calling thread until the task is executed.
Implements Executor. |
|
This operation is not supported by this executor. Implements Executor. |
|
Implements Cancelable. |
|
Block the calling thread until all tasks submitted prior to this invocation complete or until the calling thread is interrupted.
Implements Waitable. |
|
Block the calling thread until all tasks submitted prior to this invocation complete.
Implements Waitable. |
The documentation for this class was generated from the following file:
- SynchronousExecutor.h