Events returns the channel for receiving events from all loops.
()
| 142 | |
| 143 | // Events returns the channel for receiving events from all loops. |
| 144 | func (m *Manager) Events() <-chan ManagerEvent { |
| 145 | return m.events |
| 146 | } |
| 147 | |
| 148 | // Register registers a PRD with the manager (does not start it). |
| 149 | func (m *Manager) Register(name, prdPath string) error { |