Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shidenggui/easyquant
/ stop
Method
stop
easyquant/event_engine.py:54–57 ·
view source on GitHub ↗
停止引擎
(self)
Source
from the content-addressed store, hash-verified
52
self.__thread.start()
53
54
def
stop(self):
55
""
"停止引擎"
""
56
self.__active = False
57
self.__thread.join()
58
59
def
register(self, event_type, handler):
60
""
"注册事件处理函数监听"
""
Callers
4
register_clock_moent_makeup
Method · 0.45
register_clock_interval
Method · 0.45
test_tick_interval_event
Method · 0.45
test_tick_moment_event
Method · 0.45
Calls
no outgoing calls
Tested by
4
register_clock_moent_makeup
Method · 0.36
register_clock_interval
Method · 0.36
test_tick_interval_event
Method · 0.36
test_tick_moment_event
Method · 0.36