Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 890 Bytes

File metadata and controls

30 lines (20 loc) · 890 Bytes

pool-day

CI License: LGPL v3

Overview

pool-day is a simple thread pool library for C/C++ applications built around POSIX threads.

Building

The library relies on cmake tool to be built:

$ cmake -S . -B build
$ cmake --build build
$ sudo cmake --install build

Additional 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

Support

  • linux