#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.
virtual void qpid::sys::Runnable::run | ( | ) | [pure virtual] |
Derived classes override run().
Implemented in qpid::broker::Broker, qpid::client::Channel, qpid::client::SubscriptionManager, and qpid::sys::SerializerBase.