Versions in this module Expand all Collapse all v0 v0.1.0 Sep 25, 2023 Changes in this version + func Emit(bus *Bus, ev T) + type Bus struct + func New() *Bus + type Event interface + Type func() EventType + type EventType interface + Equals func(other EventType) bool + Hash func() uintptr + type StopFn func() + func On(bus *Bus, cb func(T)) StopFn + func SubscribeTo(bus *Bus, qsize int, et EventType, cb func(T)) StopFn