14#ifndef TGO4DATARUNNABLE_H
15#define TGO4DATARUNNABLE_H
38 Int_t
Run(
void *)
override;
Runnable responsible for data object exchange between transport (socket) and buffer (queue) In receiv...
TGo4DataRunnable(const char *name, TGo4ThreadManager *man, TGo4TaskHandler *hand, Bool_t receivermode=kTRUE)
Int_t Run(void *) override
The working function which runs in the thread.
virtual ~TGo4DataRunnable()
This is the abstract interface for all runnables associated with the taskhandler class.
This class is responsible for the interconnection of two tasks: provided are three communication chan...