Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler[T any] func(T)
type Property ¶
type Property[T any] interface { Pub(value T) Sub(ctx context.Context, fn EventHandler[T]) Value() T }
func NewProperty ¶
Click to show internal directories.
Click to hide internal directories.