MCPcopy
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// 等待退出消息
120func (self *eventQueue) Wait() {
121 self.endSignal.Wait()
122}
123
124// 创建默认长度的队列
125func NewEventQueue() EventQueue {

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected