package
0.0.1-20241014-0001
Repository: https://github.com/kyaxcorp/go-core.git
Documentation: pkg.go.dev

# Functions

Dispatch ->.
DispatchAsync ->.
Listen -> Start listening for an event.
RemoveEvent -> It will remove event entirely! (all the registered listeners will be removed) This is easier if you want to purge all listeners for an event.
RemoveListener -> Remove an existing listener.

# Structs

This is the data that comes from the dispatcher.
These are the options for listening.