package
1.0.28
Repository: https://github.com/heshed/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New creates a new Batcher using the provided arguments.

# Variables

ErrDisposed is the error returned for a disposed Batcher.

# Interfaces

Batcher provides an API for accumulating items into a batch for processing.

# Type aliases

CalculateBytes evaluates the number of bytes in an item added to a Batcher.