Skip to main content

Module stack

Module stack 

Source
Expand description

Container builder wrapper that carries a byte counter for fuel-based yielding.

Structsยง

FueledBuilder
A ContainerBuilder wrapper carrying a byte counter that AsyncOutputHandle::give_fueled increments when emitting items. The wrapper itself does no accounting; it exists so give_fueled can find a counter associated with the output handle. The caller supplies the size of each pushed item, which lets the source choose whatever estimate is cheapest for its data without needing the container to introspect items.