Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Funnel ¶ added in v0.3.1
type Funnel[T comparable] interface { Valve(name T, call func()) }
func NewFunnel ¶ added in v0.3.1
func NewFunnel[T comparable]() Funnel[T]
type Map ¶ added in v0.3.1
type Map[K comparable, V any] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.