MCPcopy Create free account
hub / github.com/Cyinx/einx / WaiterWake

Method WaiterWake

event/ev_queue.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (this *EventQueue) WaiterWake() {
73 this.notify_one()
74}
75
76func (this *EventQueue) count() int {
77 return int(atomic.LoadInt32(&this.q))

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls 1

notify_oneMethod · 0.95

Tested by

no test coverage detected