NorwayLobster / threadpool

a mini c++ thread pool library on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threadpool

it is a c++ thread pool library which is based on object, not oriented object, based on Linux posix thread interface. You will master std::thread and thread pool, finally.

About

a mini c++ thread pool library on Linux.


Languages

Language:C++ 90.4%Language:CMake 4.5%Language:Makefile 3.4%Language:C 1.7%