package
1.27.2
Repository: https://github.com/echohead/yarpc-go.git
Documentation: pkg.go.dev

# Functions

DetectUseAfterFreeForTests is an option that allows unit tests to detect bad use of a pooled buffer after it has been released to the pool.
Get returns a new Buffer from the Buffer pool that has been reset.
NewPool returns a pool that we can allocate buffers from.
Put returns a Buffer to the Buffer pool.

# Structs

Buffer represents a poolable buffer.
Pool represents a buffer pool with a set of options.

# Type aliases

Option configures a buffer pool.