| 113 | } |
| 114 | |
| 115 | HWND executor_handle(void) const { return this->executor_handle_; } |
| 116 | |
| 117 | void set_is_closing(const bool value) { this->is_closing_ = value; } |
| 118 | void set_is_awaiting_new_process(const bool value) { |
no outgoing calls
no test coverage detected