Skip to content

andrelcmoreira/pool-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages