Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
acquire
Method · 0.80
notify
Method · 0.80
release
Method · 0.45
Tested by
no test coverage detected