VCF::AsyncResult::Task Class Reference
#include <Delegates.h>
Inheritance diagram for VCF::AsyncResult::Task:

Public Member Functions | |
| Task (AsyncResult *res) | |
| virtual | ~Task () |
| virtual bool | run () |
| Executes the runnable code. | |
| virtual void | stop () |
| stops the task from running. | |
Public Attributes | |
| AsyncResult * | res_ |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Executes the runnable code.
Implements VCF::Runnable. |
|
|
stops the task from running. Should allow the implementer to gracefully finish whatever they were doing and exit the run() method as soon as possible. Implements VCF::Runnable. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Delegates.h
