mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-26 12:20:08 +08:00
a simple and fast eventbus for type-based local event delivery.
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.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.