Module buffer

Source
Expand description

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.