Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2022 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() (interface{}, error)) + func (p *Picker) Wait() interface{}