MCPcopy Create free account
hub / github.com/faiface/gui / MakeEventsChan

Function MakeEventsChan

event.go:37–70  ·  view source on GitHub ↗

MakeEventsChan implements a channel of events with an unlimited capacity. It does so by creating a goroutine that queues incoming events. Sending to this channel never blocks and no events get lost. The unlimited capacity channel is very suitable for delivering events because the consumer may be un

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

makeEnvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected