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
50 virtual void beforeStart();
56 virtual void afterStart(
bool success);
69 virtual bool threadInit();
77 virtual void threadRelease();
A class that can be managed by another thread.
virtual ~Runnable()
Destructor.
An interface to the operating system, including Port based communication.
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
#define YARP_os_DEPRECATED_API