Versions in this module Expand all Collapse all v1 v1.9.1 Jan 7, 2022 Changes in this version + type Result struct + Err error + Val interface{} + type Single struct + func NewSingle(wait time.Duration) *Single + func (s *Single) Do(fn func() (interface{}, error)) (v interface{}, err error, shared bool) + func (s *Single) Reset()