Events returns the channel with all queued events.
()
| 82 | |
| 83 | // Events returns the channel with all queued events. |
| 84 | func (q *Queue) Events() <-chan *Event { return q.q } |
| 85 | |
| 86 | // Close closes the queue disposing allocated resources. |
| 87 | func (q *Queue) Close() { q.decorator.Stop() } |
no outgoing calls