Close closes the queue disposing allocated resources.
()
| 85 | |
| 86 | // Close closes the queue disposing allocated resources. |
| 87 | func (q *Queue) Close() { q.decorator.Stop() } |
| 88 | |
| 89 | // Push pushes a new event to the channel. Prior to |
| 90 | // sending the event to the channel, all registered |