PUMP CODE — a circular buffer Copyright 2014 The Go Authors pumpEventAnnounces returns a channel src such that sending on src will eventually send on dst, in order, but that src will always be ready to send/receive soon, even if dst currently isn't. It is effectively an infinitely buffered channel.
(dst chan *EventAnnounce)
source not stored for this graph (policy: none)