MCPcopy Create free account
hub / github.com/LUX-Core/lux / start

Method start

test/functional/test_framework/socks5.py:145–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 thread.start()
144
145 def start(self):
146 assert(not self.running)
147 self.running = True
148 self.thread = threading.Thread(None, self.run)
149 self.thread.daemon = True
150 self.thread.start()
151
152 def stop(self):
153 self.running = False

Callers 1

runMethod · 0.45

Calls 1

ThreadMethod · 0.80

Tested by

no test coverage detected