mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-13 10:20:10 +08:00
a simple and fast eventbus for type-based local event delivery.
Ensure that all subscribers see events in the same order. This also ensures that the subscribers never see the initial "latest" event after some other event. fixes #16 |
||
---|---|---|
.travis.yml | ||
basic_test.go | ||
basic.go | ||
codecov.yml | ||
go.mod | ||
go.sum | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
opts.go | ||
README.md |
go-eventbus
Simple and fast eventbus for type-based local event delivery.
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.