package
1.0.51
Repository: https://github.com/ordishs/go-utils.git
Documentation: pkg.go.dev

# Functions

New creates a new Batcher that will invoke the provided function when the batch size is reached.

# Structs

Batcher is a utility that batches items together and then invokes the provided function on that whenever it reaches the specified size or the timeout is reached.