Implement this method in your subclass with the code you want your thread to run. */
| 37 | /* Implement this method in your subclass |
| 38 | with the code you want your thread to run. */ |
| 39 | virtual void InternalThreadEntry() {} |
| 40 | |
| 41 | /* Should be tested when running loops to exit when requested. */ |
| 42 | bool must_stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected