Abstract parent class for all nodes.
 
bool isRunning() noexcept
Checks if the thread is running.
 
void deregisterNode(const Node *node)
Called by nodes when they finished with sending data.
 
void start()
Starts the Thread.
 
void waitForFinish()
Waits for a thread to finish its execution.
 
void stop()
Stops the Thread.