MCPcopy
hub / github.com/davyxu/cellnet / StartLoop

Method StartLoop

queue.go:14–14  ·  view source on GitHub ↗

事件队列开始工作

()

Source from the content-addressed store, hash-verified

12type EventQueue interface {
13 // 事件队列开始工作
14 StartLoop() EventQueue
15
16 // 停止事件队列
17 StopLoop() EventQueue

Callers 15

serverFunction · 0.95
clientFunction · 0.95
TestAfterTimerFunction · 0.95
TestLoopTimerFunction · 0.95
rpc_StartServerFunction · 0.95
rpc_StartClientFunction · 0.95
relay_backendFunction · 0.95
relay_clientFunction · 0.95
echo_StartServerFunction · 0.95
echo_StartClientFunction · 0.95
recreateConn_StartServerFunction · 0.95
runConnCloseFunction · 0.95

Implementers 1

eventQueuequeue.go

Calls

no outgoing calls

Tested by 12

TestAfterTimerFunction · 0.76
TestLoopTimerFunction · 0.76
rpc_StartServerFunction · 0.76
rpc_StartClientFunction · 0.76
relay_backendFunction · 0.76
relay_clientFunction · 0.76
echo_StartServerFunction · 0.76
echo_StartClientFunction · 0.76
recreateConn_StartServerFunction · 0.76
runConnCloseFunction · 0.76
TestLoopPanicFunction · 0.76