MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / close

Method close

tensorrt_llm/executor/ipc.py:518–527  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

516 "green")
517
518 def close(self):
519 self.queue.close()
520
521 if self._send_thread is not None:
522 self._send_thread.stop()
523 self._send_thread.join()
524 self._send_thread = None
525
526 if enable_llm_debug():
527 self.print_fuse_stats()

Callers 1

__del__Method · 0.95

Calls 4

print_fuse_statsMethod · 0.95
enable_llm_debugFunction · 0.85
closeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected