MCPcopy
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

Calls

no outgoing calls

Tested by 4