current revision
This commit is contained in:
@@ -31,6 +31,11 @@ public:
|
||||
thread.join();
|
||||
}
|
||||
|
||||
bool isRunning() const override {
|
||||
return running;
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
/** subclasses must provide a random entry here */
|
||||
|
||||
Reference in New Issue
Block a user