Expand description
Container builder wrapper that carries a byte counter for fuel-based yielding.
Structsยง
- Fueled
Builder - A
ContainerBuilderwrapper carrying a byte counter thatAsyncOutputHandle::give_fueledincrements when emitting items. The wrapper itself does no accounting; it exists sogive_fueledcan 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.