Versions in this module Expand all Collapse all v0 v0.4.4 Nov 3, 2024 Changes in this version + type Group struct + func (g *Group[T]) Do(key string, fn func() (T, error)) (v T, err error, shared bool) + func (g *Group[T]) DoChan(key string, fn func() (T, error)) <-chan Result[T] + func (g *Group[T]) Forget(key string) + type Result struct + Err error + Shared bool + Val T