p2p/host/eventbus/basic library

Implementation of the EventBus interface.

This is a port of the Go implementation from go-libp2p/p2p/host/eventbus/basic.go to Dart, using native Dart idioms like Stream Controllers instead of Go channels.

Classes

BasicBus
BasicBus is a type-based event delivery system