Ark Server API (ASE) - Wiki
|
#include <Runnable.h>
Public Member Functions | |
Runnable () | |
virtual | ~Runnable () |
virtual void | run ()=0 |
The Runnable interface with the run() method must be implemented by classes that provide an entry point for a thread.
Definition at line 27 of file Runnable.h.
Poco::Runnable::Runnable | ( | ) |
|
virtual |
|
pure virtual |