MCPcopy Create free account
hub / github.com/TheMariday/marimapper / stop

Method stop

marimapper/file_writer_process.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 self.daemon = True
20
21 def stop(self):
22 self._exit_event.set()
23
24 def get_2d_input_queue(self):
25 return self._input_queue_2d

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected