File: README.md

package info (click to toggle)
golang-github-thales-e-security-pool 0.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
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. https://github.com/ThalesIgnite/crypto11/issues/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.