Versions in this module Expand all Collapse all v0 v0.0.2 Mar 11, 2024 v0.0.1 Mar 11, 2024 Changes in this version + type Filter interface + Filter func(context.Context, ...T) []T + type Markable interface + Marker func() Marker + type Marker interface + Count func() int64 + Mark func() + Reset func() + Time func() time.Time + func NewFailMarker() Marker + type Selector interface + Select func(context.Context, ...T) T + type Strategy interface + Apply func(context.Context, ...T) T