pool-day
is a simple thread pool library for C/C++ applications and yes, the
name was chosen as a homage to my favorite counter-strike's map: fy_pool_day
.
The library relies on cmake
tool to be built:
$ cmake -S . -B build
$ cmake --build build
Additional flags can be supplied as parameter to cmake according to the table below:
Flag | Description |
---|---|
BUILD_SAMPLES | Build the library samples |
ENABLE_LOGGING | Enable the library logging feature |
- linux