#include <Runnable.h>

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.
Definition at line 32 of file Runnable.h.
| virtual void qpid::sys::Runnable::run | ( | ) | [pure virtual] |
Derived classes override run().
Implemented in qpid::broker::Broker, qpid::client::SubscriptionManager, and qpid::cluster::DumpClient.
1.5.6