7 #ifndef YARP_OS_RUNNABLE_H
8 #define YARP_OS_RUNNABLE_H
12 #if !defined(YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE)
16 #ifndef YARP_NO_DEPRECATED
51 virtual void beforeStart();
57 virtual void afterStart(
bool success);
70 virtual bool threadInit();
78 virtual void threadRelease();
A class that can be managed by another thread.
virtual ~Runnable()
Destructor.
The main, catch-all namespace for YARP.
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
#define YARP_os_DEPRECATED_API