Versions in this module Expand all Collapse all v0 v0.2.0 Jun 20, 2025 v0.1.0 Jun 7, 2025 Changes in this version + type Cache struct + func (c *Cache[K, V]) Get(key K) (V, bool) + func (c *Cache[K, V]) GetOrNew(key K, f func() (V, error)) (V, error) + func (c *Cache[K, V]) Put(key K, value V) + type LazyGroup struct + func (g *LazyGroup) Go(f func(context.Context) error) + func (g *LazyGroup) Wait(ctx context.Context) error