[][src]Module timely::dataflow::channels::pushers::buffer

Buffering and session mechanisms to provide the appearance of record-at-a-time sending, with the performance of batched sends.

Structs

AutoflushSession

A session which will flush itself when dropped.

Buffer

Buffers data sent at the same time, for efficient communication.

Session

An output session for sending records at a specified time.