package
1.0.1
Repository: https://github.com/php2go/netpollmux.git
Documentation: pkg.go.dev

# Functions

AssignPool assigns a fixed size bytes pool with the given size.
GetBuffer returns a bytes from the pool with the given size.
NewBuffers creates a new Buffers with the given page size.
PutBuffer frees the bytes to the pool.

# Structs

Buffers contains buckets for sharding.
Pool represents a fixed size bytes pool.