10 #ifndef YARP_OS_RUNNABLE_H
11 #define YARP_OS_RUNNABLE_H
15 #if !defined(YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE)
19 #ifndef YARP_NO_DEPRECATED
54 virtual void beforeStart();
60 virtual void afterStart(
bool success);
73 virtual bool threadInit();
81 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