Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ SemaChan
Method
SemaChan
event/ev_queue.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(this *EventQueue) SemaChan() EventChan {
27
return
this.ev_cond
28
}
29
30
func
(this *EventQueue) Push(event EventMsg) {
31
this.ev_queue.Push(event)
Callers
2
Run
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected