Versions in this module Expand all Collapse all v1 v1.19.0 Nov 25, 2023 Changes in this version + type Result struct + Err error + Val any + type Single struct + func NewSingle(wait time.Duration) *Single + func (s *Single) Do(fn func() (any, error)) (v any, err error, shared bool) + func (s *Single) Reset()