Versions in this module Expand all Collapse all v0 v0.0.2 Jul 8, 2026 v0.0.1 Jun 24, 2026 Changes in this version + type Dispatcher struct + func (d *Dispatcher[T]) Fire(data T) + func (d *Dispatcher[T]) Subscribe(capacity int, blocking bool) *Subscription[T] + func (d *Dispatcher[T]) Unsubscribe(subscription *Subscription[T]) + type Subscription struct + func (s *Subscription[T]) Channel() <-chan T + func (s *Subscription[T]) Unsubscribe()