summaryrefslogtreecommitdiffhomepage
path: root/syncs/pool.go
AgeCommit message (Collapse)AuthorFilesLines
2024-07-10syncs: add generic Pool (#12759)Joe Tsai1-0/+31
Pool is a type-safe wrapper over sync.Pool. Updates tailscale/corp#11038 Updates #cleanup Signed-off-by: Joe Tsai <joetsai@digital-static.net>