Dynamic thread pool implemented by C language
../Dynamic_threadpool_c/
├── log.debug.txt
├── Makefile
├── main.c
├── threadpool
├── Threadpool.h
└── Threadpool.c
Ubuntu 20.04 LTS x86_64
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04)
Thread model: posix
$ git clone https://github.com/litbubo/Dynamic_threadpool_c.git
$ cd Dynamic_threadpool_c/
$ make
$ ./threadpool