Releases: ksysoev/sebus
Releases · ksysoev/sebus
Initial release of Simple EventBus
Initial release of Simple EventBus, a lightweight, easy-to-use in-process event bus system implemented in Go.
- Multiple Subscribers: Multiple components can subscribe to the same event, allowing for efficient inter-component communication.
- Asynchronous Event Delivery: Events are delivered to subscribers asynchronously, ensuring that your application remains responsive.
- Easy to Use API: Simple EventBus provides a straightforward API that makes it easy to integrate into your existing Go applications.