adampointer / eventbus

Golang event bus using channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go

EventBus

A simple event bus. Uses a broker to fan out events to a named set of channels called a topic.

See the tests for usage.

About

Golang event bus using channels


Languages

Language:Go 99.2%Language:Makefile 0.8%