shithub: furgit

ref: 1734207266752b9464f42c31f7728a7e3c692c50
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)