MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / start

Method start

src/Worker/Worker.py:147–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145
146 # Start the worker
147 def start(self):
148 self.running = True
149 self.thread = gevent.spawn(self.downloader)
150
151 # Skip current task
152 def skip(self):

Callers 2

skipMethod · 0.95
addWorkerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected