Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
(this *EventQueue) WaiterWake() {
73
this.notify_one()
74
}
75
76
func
(this *EventQueue) count() int {
77
return
int(atomic.LoadInt32(&this.q))
Callers
2
Run
Method · 0.80
Run
Method · 0.80
Calls
1
notify_one
Method · 0.95
Tested by
no test coverage detected