a simple and fast eventbus for type-based local event delivery.
Go to file
2019-06-19 14:09:12 +01:00
basic_test.go BasicBus to basicBus 2019-06-19 15:00:22 +02:00
basic.go BasicBus to basicBus 2019-06-19 15:00:22 +02:00
go.mod Fix data races 2019-06-19 12:13:18 +02:00
go.sum Fix data races 2019-06-19 12:13:18 +02:00
interface.go generify options. 2019-06-19 14:09:12 +01:00
LICENSE-APACHE Initial commit 2019-06-13 04:22:28 +02:00
LICENSE-MIT Initial commit 2019-06-13 04:22:28 +02:00
README.md Basic README 2019-06-13 22:38:12 +02:00

go-eventbus

GoDoc Coverage Status Build Status Discourse posts

Simple and fast Go event bus

Install

go get github.com/libp2p/go-eventbus

Usage

Check out the GoDocs.

License

Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.