//
pkg.gl
Category
github.com/memoio/minio
internal
bpool
package
0.3.4
Repository:
https://github.com/memoio/minio.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
40 SLOC
#
Functions
NewBytePoolCap
NewBytePoolCap creates a new BytePool bounded to the given maxSize, with new byte arrays sized based on width.
#
Structs
BytePoolCap
BytePoolCap implements a leaky pool of []byte in the form of a bounded channel.