Versions in this module Expand all Collapse all v0 v0.6.0 Aug 13, 2025 Changes in this version + type EventHandler func(T) + type Property interface + Pub func(value T) + Sub func(ctx context.Context, fn EventHandler[T]) + Value func() T + func NewProperty[T any](value T) Property[T] + type Topic interface + Pub func(value T) + Sub func(ctx context.Context, fn EventHandler[T]) + func NewTopic[T any]() Topic[T]