📄️ Intro
Herald is a asynchronous, prioritizable event handler. It allows you to trigger asynchronous events in a specific
📄️ Installation
To install Herald you can use your package manager to add it as a dependency, for example:
📄️ Listeners
New event listeners can be registrated by using either listen or register. There is no significant difference except
📄️ Dispatching
There are two methods for dispatching events. One for asynchronous calls and one for synchronous. There is no
📄️ Localized events
Sometime you want to fire an event that only a specific group of listeners will receive - something scoped, for