Request consumer thread to finish its execution
(self)
| 166 | latest_request() |
| 167 | |
| 168 | def kill(self): |
| 169 | """ |
| 170 | Request consumer thread to finish its execution |
| 171 | """ |
| 172 | self._is_running = False |
| 173 | |
| 174 | def get_casted_pointer(self, typename, debugger_object): |
| 175 | """ |