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.
Go package providing a common interface for last-in first-out (lifo) pools of data.
go get github.com/aaronland/go-pool/v2
A generic LIFO pool derived from Simon Waldherr's example code. This implementation is safe to use with goroutines.
Documenation is incomplete.