package
2.0.0
Repository: https://github.com/couchbase/tools-common.git
Documentation: pkg.go.dev

# Functions

NewFreeList creates a new free list.
NewFreeListWithFactory creates a new free list where the given function is used when creating new objects.

# Structs

FreeList is a thread-safe pool of objects which one can borrow items from.