//
pkg.gl
Category
github.com/fichain/go-file
internal
bufferpool
package
1.0.2
Repository:
https://github.com/fichain/go-file.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
6
Files
34 SLOC
#
Functions
New
New returns a new Pool for Buffers of size buflen.
#
Structs
Buffer
Buffer is a slice with a pointer to Pool.
Pool
Pool is a wrapper around sync.Pool with a helper Release method on returned objects.