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

Method stop

marimapper/detector_process.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 return self._led_count.get()
121
122 def stop(self):
123 self._exit_event.set()
124
125 def put_in_all_output_queues(self, control: DetectionControlEnum, data):
126 for queue in self._output_queues:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected