Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andrelcmoreira/pool-day

Repository files navigation

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

About

simple thread pool library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published