pool-day is a simple thread pool library for C/C++ applications built around POSIX threads.
The library relies on cmake tool to be built:
$ cmake -S . -B build
$ cmake --build build
$ sudo cmake --install buildAdditional flags can be supplied as parameter to cmake according to the table below:
| Flag | Description |
|---|---|
| BUILD_SAMPLES | Build the library's samples |
| ENABLE_LOGGING | Enable the library's logging feature |
- linux