Versions in this module Expand all Collapse all v1 v1.19.0 Nov 25, 2023 Changes in this version + type Picker struct + func WithContext(ctx context.Context) (*Picker, context.Context) + func WithTimeout(ctx context.Context, timeout time.Duration) (*Picker, context.Context) + func (p *Picker) Error() error + func (p *Picker) Go(f func() (any, error)) + func (p *Picker) Wait() any