1 #ifndef _SIGX_THREADABLE_HPP_
2 #define _SIGX_THREADABLE_HPP_
28 #include <sigxconfig.h>
73 #endif // end file guard
Derived classes denote that they are a thread wrapper.
Definition: threadable.h:42
virtual void on_startup()
Initialize thread specific stuff just before entering the thread's mainloop.
Definition: threadable.h:56
virtual void on_cleanup()
cleanup other stuff just after quitting the mainloop.
Definition: threadable.h:66
A dispatchable whose dispatcher pointer is managed by derived classes.
Definition: manual_dispatchable.h:39