# Functions

NewBundler creates a new Bundler.

# Constants

1G.
1M.
No description provided by the author
No description provided by the author

# Variables

ErrOverflow indicates that Bundler's stored bytes exceeds its BufferedByteLimit.
ErrOversizedItem indicates that an item's size exceeds the maximum bundle size.

# Structs

A Bundler collects items added to it into a bundle until the bundle exceeds a given size, then calls a user-provided function to handle the bundle.