//
pkg.gl
Category
github.com/johnsiilver/golib
development
autopool
simple
package
1.2.2
Repository:
https://github.com/johnsiilver/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
24 SLOC
#
Packages
proto
No description provided by the author
#
Functions
New
New modifies the existing *sync.Pool to return objects that attempt to return to the Pool when the GC is prepared to free them.
#
Structs
Pool
Pool provides a sync.Pool where GC'd objects are put back into the Pool automatically.