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 not stored for this graph (policy: none)