Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnceFunc ¶ added in v0.4.0
func OnceFunc(f func()) func()
OnceFunc port from unreleased std module, sync.OnceFunc
func OnceValue ¶ added in v0.4.0
func OnceValue[T any](f func() T) func() T
OnceValue port from unreleased std module, sync.OnceValue
func OnceValues ¶ added in v0.6.0
func OnceValues[E, T any](f func() (E, T)) func() (E, T)
OnceValues port from unreleased std module, sync.OnceValues
Types ¶
Click to show internal directories.
Click to hide internal directories.