emicklei / eventbus

Eventbus, a lightweight in-app event communication bus for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eventbus

The EventBus allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other). Inspired by Guava EventBus ; this is a more lightweight implementation.

About

Eventbus, a lightweight in-app event communication bus for Go


Languages

Language:Go 100.0%