Return terminator object
| 191 | bool todelete(void) const; |
| 192 | /// Return terminator object |
| 193 | virtual Terminator* terminator(void) const { return nullptr; } |
| 194 | /// The function that is executed when the thread starts |
| 195 | virtual void run(void) = 0; |
| 196 | /// Destructor |