An open API service indexing awesome lists of open source software.

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

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)