# Packages
Package autopool provides a collection of sync.Pool(s) that holds values that are collected when
they go out of scope vs.
No description provided by the author
Package autopool provides the ability to modify objects in a Pool so that they are automatically added back to the pool on GC.