shithub: furgit

ref: 65a6439638a18e4317e144a0117db7604a2f2940
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)