Documentation
¶
Overview ¶
Package lazy is a package to expose lazily computed values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lazy ¶
Lazy represents a value whose computation is deferred until the first access.
func NewWithRetry ¶
NewWithRetry returns a new lazily computed value. The value will be computed on each call until a non-nil error is returned.
Click to show internal directories.
Click to hide internal directories.