Skip to main content

Module batch

Module batch 

Source
Expand description

Request batching for improved throughput.

Combines multiple requests to the same module into batches for more efficient processing.

Structsยง

BatchConfig
Batch configuration.
BatchStats
Batch statistics.
BatchedRequest
A single batched request.
RequestBatch
A batch of requests ready for execution.
RequestBatcher
Request batcher for a module.