mirror of
https://github.com/libp2p/go-eventbus.git
synced 2024-12-25 23:20:07 +08:00
a simple and fast eventbus for type-based local event delivery.
.github/workflows | ||
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.