...

Text file src/github.com/thales-e-security/pool/README.md

Documentation: github.com/thales-e-security/pool

     1pool is a copy of a few packages from https://github.com/vitessio/vitess.
     2
     3Vitess has some useful Go packages, however they are not versioned with Go modules,
     4which causes issues (e.g. https://github.com/ThalesIgnite/crypto11/issues/56). They
     5are also buried inside a large project, which forms a heavyweight dependency.
     6
     7This package exposes the resource pool implementation and some of the atomic types.

View as plain text