Versions in this module Expand all Collapse all v0 v0.1.3 Jun 13, 2026 v0.1.2 Jun 8, 2026 v0.1.1 Jun 6, 2026 Changes in this version + type Loader struct + func New[K comparable, V any](fetch func(context.Context, []K) (map[K]V, error), wait time.Duration) *Loader[K, V] + func (l *Loader[K, V]) Load(ctx context.Context, key K) (V, error) + func (l *Loader[K, V]) Prime(key K, val V)