# Functions

Pool is a wrapper around a sync.Pool utilizing sync/atomic to provide simple name pools that are safe to use by multiple goroutines.

# Structs

Name is a member of a Pool.