shithub: furgit

ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425
dir: /internal/bufpool/index.go/

View raw version
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)