用于 Go 的 net.Conn 接口的连接池
This project is not maintained anymore and is archived. Feel free to fork and use make your own changes if needed.
Thanks all for their work on this project.
Pool is a thread safe connection pool for net.Conn interface. It can be used to manage and reuse connections.
Install the package with:
go get github.com/fatih/pool
Please vendor the package with one of the releases: https://github.com/fatih/pool/releases.
master branch is development branch and will contain always the latest changes.
…
The MIT License (MIT) - see LICENSE for more details
暂无开放 Issues,或尚未同步最近议题。