get the handle to the controller in ControllerThread
| 55 | |
| 56 | // get the handle to the controller in ControllerThread |
| 57 | std::shared_ptr<Controller> GetController() { return controller_; } |
| 58 | |
| 59 | // do BlockIfPaused() every time before checking IsStopped() |
| 60 | bool IsStopped() { |
no outgoing calls