a simple and fast eventbus for type-based local event delivery.
Go to file
2022-08-19 11:35:46 +03:00
.github/workflows sync: update CI config files (#46) 2022-04-04 15:12:19 +00:00
basic.go deprecate this repo 2022-08-19 11:35:46 +03:00
codecov.yml ci: enable 2019-06-19 14:12:41 +02:00
go.mod deprecate this repo 2022-08-19 11:35:46 +03:00
go.sum deprecate this repo 2022-08-19 11:35:46 +03: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
opts.go deprecate this repo 2022-08-19 11:35:46 +03:00
README.md deprecate this repo 2022-08-19 11:35:46 +03:00
version.json release v0.3.0 2022-08-19 11:35:46 +03:00

DEPRECATION NOTICE

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/host/eventbus.

go-eventbus

GoDoc Coverage Status Build Status Discourse posts

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.