Versions in this module Expand all Collapse all v0 v0.0.2 Feb 20, 2025 v0.0.1 Feb 20, 2025 Changes in this version + type ExecFunc func([]T) error + type Group struct + func New[T any](size, concurrency int, fn ExecFunc[T]) *Group[T] + func WithContext[T any](ctx context.Context, size, concurrency int, fn ExecFunc[T]) (*Group[T], context.Context) + func (g *Group[T]) Add(item T) + func (g *Group[T]) Flush() error