a simple and fast eventbus for type-based local event delivery.
Go to file
2021-07-19 17:11:37 +00:00
.github/workflows add .github/workflows/automerge.yml 2021-07-19 17:11:37 +00:00
basic_test.go Support wildcard subscriptions + getter for known types (optimized) (#40) 2020-05-20 18:51:44 +01:00
basic.go cleanup: fix vet and staticcheck failures (#42) 2021-07-17 11:03:52 +01:00
codecov.yml ci: enable 2019-06-19 14:12:41 +02:00
go.mod set Go version to 1.15 and run go mod tidy 2021-07-19 17:11:37 +00:00
go.sum fix upstream version numbers. 2020-06-03 20:35:59 +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
opts.go delete extra space 2020-06-19 22:54:02 +08:00
README.md Refinements before first release 🎉 (#7) 2019-06-20 16:17:57 +01:00

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.