7#ifndef YARP_OS_TYPEDREADERTHREAD_H
8#define YARP_OS_TYPEDREADERTHREAD_H
18class TypedReaderCallback;
A mini-server for performing network communication in the background.
An abstraction for a thread of execution.
void onStop() override
Call-back, called while halting the thread (before join).
TypedReader< T > * reader
void run() override
Main body of the new thread.
TypedReaderCallback< T > * callback
An interface to the operating system, including Port based communication.