| 155 | |
| 156 | bool IsExitRequested() const { return exit_requested_; } |
| 157 | bool Done() const { return state_ == ThreadState::kDone; } |
| 158 | |
| 159 | /*! |
| 160 | * Starts the thread running. Will call the user provided Run() |
nothing calls this directly
no outgoing calls
no test coverage detected