Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSLTeam/MCSL2
/ registerStopFunc
Method
registerStopFunc
Adapters/PluginThreadPool.py:28–29 ·
view source on GitHub ↗
(self, func)
Source
from the content-addressed store, hash-verified
26
self.runFunc = func
27
28
def
registerStopFunc(self, func):
29
self.stopFunc = func
30
31
def
run(self) -> None:
32
while
True:
Callers
1
registerThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected