Steven Allen 7b280b5c1b nit: fix with-node
1. It doesn't return an error and we weren't checking it anyways.
2. Avoid a goroutine unless we need it.
2019-06-27 20:13:36 +02:00
2019-06-19 14:12:41 +02:00
2019-06-27 20:13:36 +02:00
2019-06-19 14:12:41 +02:00
2019-06-21 17:50:36 +01:00
2019-06-21 17:50:36 +01:00
2019-06-13 04:22:28 +02:00
2019-06-13 04:22:28 +02:00
2019-06-25 20:47:02 +02:00
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.

Description
a simple and fast eventbus for type-based local event delivery.
Readme 211 KiB
Languages
Go 100%