a simple and fast eventbus for type-based local event delivery.
Go to file
dependabot-preview[bot] 9c15729013
Bump github.com/libp2p/go-libp2p-core from 0.5.0 to 0.5.6 (#39)
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
2020-05-20 11:56:09 +01:00
.travis.yml ci: bump to go 1.13 2019-12-06 16:30:18 -05:00
basic_test.go Update test error message 2019-08-01 09:38:57 -08:00
basic.go Return error when closing already closed emitter 2019-07-31 19:46:51 -04:00
codecov.yml ci: enable 2019-06-19 14:12:41 +02:00
go.mod Bump github.com/libp2p/go-libp2p-core from 0.5.0 to 0.5.6 (#39) 2020-05-20 11:56:09 +01:00
go.sum Bump github.com/libp2p/go-libp2p-core from 0.5.0 to 0.5.6 (#39) 2020-05-20 11:56:09 +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 Enable buffering by default 2019-06-25 20:47:02 +02: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.