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