MCPcopy Index your code
hub / github.com/pyload/pyload / start

Method start

module/Scheduler.py:107–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self.deferred.callback(ret)
106
107 def start(self):
108 if self.threaded:
109 start_new_thread(self.run, ())
110 else:
111 self.run()
112
113
114class PriorityQueue():

Callers 1

workMethod · 0.45

Calls 1

runMethod · 0.95

Tested by

no test coverage detected