Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 406 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 406 Bytes

pool is a copy of a few packages from https://github.com/vitessio/vitess.

Vitess has some useful Go packages, however they are not versioned with Go modules, which causes issues (e.g. ThalesGroup/crypto11#56). They are also buried inside a large project, which forms a heavyweight dependency.

This package exposes the resource pool implementation and some of the atomic types.