Runnable Class Reference
#include <Runnable.h>
List of all members.
|
Public Member Functions |
virtual | ~Runnable () |
virtual void | run ()=0 |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T17:45:35-0400>
- Version:
- 2.2.11
Encapsulates a
Runnable task.
Constructor & Destructor Documentation
|
Runnables should never throw in their destructors |
Member Function Documentation
virtual void run |
( |
|
) |
[pure virtual] |
|
|
Task to be performed in another thread of execution |
The documentation for this class was generated from the following file: