shithub: furgit

ref: 85f1212724e037e6934203f04a3f6231ac609503
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)