Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 513 Bytes

File metadata and controls

33 lines (26 loc) · 513 Bytes

Dynamic_threadpool_c

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