Versions in this module Expand all Collapse all v0 v0.0.0 Dec 29, 2024 Changes in this version + type Observer interface + func New[T any]() Observer[T] + type Publisher interface + Publish func(value T) + type Subscriber interface + Subscribe func() <-chan T