weed9 / threadpool

A simple C++ threadpool based on POSIX threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threadpool

A very simple C++ threadpool based on POSIX threads (also known as pthreads). Sample usage is also provided in the test code.

About

A simple C++ threadpool based on POSIX threads.


Languages

Language:C++ 89.6%Language:Makefile 9.3%Language:C 1.1%