MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / schedule_stop

Method schedule_stop

wsdiscovery/threaded.py:38–42  ·  view source on GitHub ↗

Schedule stopping the thread. Use join() to wait, until thread really has been stopped

(self)

Source from the content-addressed store, hash-verified

36 self.daemon = True
37
38 def schedule_stop(self):
39 """Schedule stopping the thread.
40 Use join() to wait, until thread really has been stopped
41 """
42 self._quitEvent.set()
43
44
45class AddressMonitorThread(_StoppableDaemonThread):

Callers 1

_stopThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected