Install golang-github-bsm-pool-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-bsm-pool-dev
Description:
simple connection pool library for Golang
BSM Pool implements a simple connection pool for Go. . Features: - thread-safe - lock-free - stack-based rather than queue-based + connections that have been used recently are more likely to be re-used - supports pool shrinking (reap idle connections)
Homepage: https://github.com/bsm/pool
Version: 0.8.0-4
Section: universe/devel