Module multistream_batch::buf_batch[][src]

Expand description

This module provides BufBatch that will buffer items until the batch is ready and provide them in one go using Drain iterator.

Structs

Batches items in internal buffer up to max_size items or until max_duration has elapsed since the first item appended to the batch.

Enums

Represents result from the poll function call.