MCPcopy Create free account
hub / github.com/pyload/pyload / stop

Method stop

module/lib/thrift/server/TProcessPoolServer.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 self.isRunning.value = False
119
120 def stop(self):
121 self.isRunning.value = False
122 self.stopCondition.acquire()
123 self.stopCondition.notify()
124 self.stopCondition.release()
125

Callers

nothing calls this directly

Calls 3

acquireMethod · 0.80
notifyMethod · 0.80
releaseMethod · 0.45

Tested by

no test coverage detected