Module out_stream

Source

Structs§

BlobStreamOut
Manages the streaming out of binary blob data, split into fixed-size chunks. BlobStreamOut keeps track of which chunks have been sent, the time they were sent, and controls resending based on elapsed time since the last send.
BlobStreamOutEntry
Represents an individual chunk of the blob data being streamed out. Each BlobStreamOutEntry holds metadata about a chunk, including:

Enums§

OutStreamError