Events returns the channel for receiving events from the loop.
()
| 124 | |
| 125 | // Events returns the channel for receiving events from the loop. |
| 126 | func (l *Loop) Events() <-chan Event { |
| 127 | return l.events |
| 128 | } |
| 129 | |
| 130 | // Iteration returns the current iteration number. |
| 131 | func (l *Loop) Iteration() int { |
no outgoing calls