MIRA
|
Base for all runnable classes that can be signaled when they need to run again. More...
#include <fw/Runnable.h>
Public Member Functions | |
virtual | ~IRunnable () |
Protected Member Functions | |
virtual void | run (DispatcherThread *dispatcher)=0 |
Called from dispatcher thread this runnable is attached to, whenever the runnable should be executed. More... | |
Friends | |
class | DispatcherThread |
Base for all runnable classes that can be signaled when they need to run again.
|
inlinevirtual |
|
protectedpure virtual |
Called from dispatcher thread this runnable is attached to, whenever the runnable should be executed.
Implemented in DispatcherThread::Timer, FunctionRunnable< F >, ChannelSubscriber< T, ChannelRead >, ServiceInterfaceHandler, and RPCHandler::InvokerRunnable.
|
friend |