package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Aug 7, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package observer provides shared observer-composition helpers.
func FanOut[T any](observers []T, notify func(T))
FanOut invokes notify for every non-nil observer in declaration order.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.