Awesome
Connection Pool
A generic connection pool for C++.
Build and test
From the repository root run following commands to build and test this library.
# make build directory
mkdir build
cd build
# configure build system
cmake .. -DCMAKE_BUILD_TYPE=Debug|Release|...
# build
cmake --build .
# test
cmake --build . --target test
Usage
Take a look at test/unit_test.cpp
for an example.