Features 🚀
- Event Registration: Attach multiple callbacks to an event.
- Event Emission: Emit events and pass arguments to callbacks.
- One‑Shot Listeners: Automatically remove listeners after their first call.
- Listener Management: Remove individual or all listeners.
- Memory Efficiency: Uses fixed‑size buffers and statically allocated arrays, ideal for microcontrollers.