#include <Runnable.h>
Inheritance diagram for qpid::sys::Runnable:

Public Types | |
|
typedef boost::function0< void > | Functor |
| Type to represent a runnable as a Functor. | |
Public Member Functions | |
| virtual void | run ()=0 |
| Derived classes override run(). | |
| Functor | functor () |
| Create a functor object that will call this->run(). | |
in a thread.
1.4.7