//
pkg.gl
Category
github.com/couchbase/tools-common/types/v2
freelist
package
2.0.0
Repository:
https://github.com/couchbase/tools-common.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
1
Dependents
0
Files
46 SLOC
#
Functions
NewFreeList
NewFreeList creates a new free list.
NewFreeListWithFactory
NewFreeListWithFactory creates a new free list where the given function is used when creating new objects.
#
Structs
FreeList
FreeList is a thread-safe pool of objects which one can borrow items from.