Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ StopLoop
Method
StopLoop
queue.go:114–117 ·
view source on GitHub ↗
停止事件循环
()
Source
from the content-addressed store, hash-verified
112
113
// 停止事件循环
114
func
(self *eventQueue) StopLoop() EventQueue {
115
self.Add(nil)
116
return
self
117
}
118
119
// 等待退出消息
120
func
(self *eventQueue) Wait() {
Callers
nothing calls this directly
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected