RemoveListener #
Removes a channel from an event.
Arguments #
RemoveListener(event int, channel chan<- interface{})
Argument | Type | Description |
---|---|---|
event | int | Event constant from the event package |
channel | channel | Channel to unregister |
Edit this page on Github(opens new window)