MCPcopy 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
26func (this *EventQueue) SemaChan() EventChan {
27 return this.ev_cond
28}
29
30func (this *EventQueue) Push(event EventMsg) {
31 this.ev_queue.Push(event)

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected