package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Oct 21, 2024
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
¶
type Loader[T any] struct {
}
Loader is a generic Lazy loader.
New creates a new Loader.
Loaded returns true if the value is loaded.
Value loads if the value is not loaded yet,
and returns the value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.