package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

New creates a new RequestBatcher.

# Constants

DefaultInFlightBackpressureLimit is the InFlightBackpressureLimit used if a zero value for that setting is passed in a Config to New.

# Structs

Config contains the dependencies and configuration for a Batcher.
RequestBatcher batches requests destined for a single range based on a configured batching policy.
Response is exported for use with the channel-oriented SendWithChan method.