MCPcopy
hub / github.com/cilium/cilium / NewHangEvent

Struct NewHangEvent

pkg/eventqueue/eventqueue_test.go:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112type NewHangEvent struct {
113 Channel chan struct{}
114 processed bool
115}
116
117func (n *NewHangEvent) Handle(ifc chan any) {
118 <-n.Channel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected