Skip to content

ericgtkb/cc-thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ thread pool implementation

Usage

Copy the thread_pool.h file and use it.

Test run

Using the meson build system, run the command

meson setup builddir

to generate build files.

Change to builddir.

cd builddir

Compile.

meson compile

Run the test with a simple function

./main

You should see the jobs are handled by a pool of threads.

About

A simple implementation of a thread pool in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published