8000 Releases · ksysoev/sebus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ksysoev/sebus

Initial release of Simple EventBus

01 Feb 13:01
Compare
Choose a tag to compare

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.
0