(evname string, ev interface{})
| 11 | UnsubscribeID(evname string, id interface{}) int |
| 12 | UnsubscribeAllID(id interface{}) int |
| 13 | Dispatch(evname string, ev interface{}) int |
| 14 | } |
| 15 | |
| 16 | // Dispatcher implements an event dispatcher. |
no outgoing calls
no test coverage detected