shithub: furgit

ref: 02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)