Skip to content

Latest commit

 

History

History

threadpool

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

a tiny thread pool running on Linux

you can add #include "threadpool.h" on your code.
use gcc -o yourcode.o yourcode.c -lpthread to compile your code