github.com/aaronland/go-pool/v2

Go package providing a common interface for last-in first-out (lifo) pools of data.


Install
go get github.com/aaronland/go-pool/v2

Documentation

go-pool

A generic LIFO pool derived from Simon Waldherr's example code. This implementation is safe to use with goroutines.

Documentation

Documenation is incomplete.