Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ Wait
Method
Wait
queue.go:120–122 ·
view source on GitHub ↗
等待退出消息
()
Source
from the content-addressed store, hash-verified
118
119
// 等待退出消息
120
func
(self *eventQueue) Wait() {
121
self.endSignal.Wait()
122
}
123
124
// 创建默认长度的队列
125
func
NewEventQueue() EventQueue {
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected