MCPcopy Create free account
hub / github.com/djherbis/buffer / poolAt

Struct poolAt

pool_at.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type poolAt struct {
20 poolAt sync.Pool
21}
22
23// NewPoolAt returns a PoolAt(), it's backed by a sync.Pool so its safe for concurrent use.
24// Get() and Put() errors will always be nil.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected