Skip to content

基于C语言编写的动态线程池。Dynamic thread pool implemented by C language.

License

Notifications You must be signed in to change notification settings

litbubo/Dynamic_threadpool_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

基于C语言编写的动态线程池。Dynamic thread pool implemented by C language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published