shithub: furgit

ref: af08c84539f9353718604988ba27ae3c466860fc
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)