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

Struct eventQueue

queue.go:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29type CapturePanicNotifyFunc func(interface{}, EventQueue)
30
31type eventQueue struct {
32 *Pipe
33
34 endSignal sync.WaitGroup
35
36 capturePanic bool
37
38 onPanic CapturePanicNotifyFunc
39}
40
41// 启动崩溃捕获
42func (self *eventQueue) EnableCapturePanic(v bool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected