MCPcopy
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// 停止事件循环
114func (self *eventQueue) StopLoop() EventQueue {
115 self.Add(nil)
116 return self
117}
118
119// 等待退出消息
120func (self *eventQueue) Wait() {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected