Introduction to a High-Performance Event Dispatcher for Go Applications
This article introduces a high-performance, in-process event dispatcher for Go applications, designed to decouple modules and enable asynchronous event handling. It provides a generic way to define events, publish, and subscribe to them, focusing on speed and simplicity.
github.com11mo ago