package
0.0.0-20240820205141-dc8c30c29a5b
Repository: https://github.com/akitasoftware/akita-libs.git
Documentation: pkg.go.dev
# README
batcher
is a generic library to process objects in batches. A producer adds
objects into the batcher, and the batcher asynchronously triggers the processor
function with a batch of objects under 1 of 2 conditions:
1. The max buffered items has been reached
1. The flush period has occurred