shithub: furgit

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

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)