https://github.com/weiwenchen2022/pool
A simple wrapper for sync.Pool
https://github.com/weiwenchen2022/pool
go library pool
Last synced: 11 months ago
JSON representation
A simple wrapper for sync.Pool
- Host: GitHub
- URL: https://github.com/weiwenchen2022/pool
- Owner: weiwenchen2022
- License: mit
- Created: 2023-04-12T08:51:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T02:49:31.000Z (about 3 years ago)
- Last Synced: 2025-01-17T18:19:32.107Z (over 1 year ago)
- Topics: go, library, pool
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pool
Pool is a simple wrapper for sync.Pool.
### Installation
`go get github.com/weiwenchen2022/pool`
### Reference
`godoc` or [http://godoc.org/github.com/weiwenchen2022/pool](http://godoc.org/github.com/weiwenchen2022/pool)