//
pkg.gl
Category
github.com/ordishs/go-utils
batcher
package
1.0.51
Repository:
https://github.com/ordishs/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
59 SLOC
#
Functions
New
New creates a new Batcher that will invoke the provided function when the batch size is reached.
#
Structs
Batcher
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.