Skip to content

haolian123/ThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

简介

一个简单的线程池,学习自用户progschj的基础版本Threadpool和log4cplus的改良版本,将两个版本进行结合,将代码用更容易阅读的方式改写,完善了每一步注释。

使用测试代码

可以语句编译测试代码:

g++ -o [程序名称] example.cpp ThreadPool.h ThreadPool.cpp

参考链接

https://github.com/log4cplus/Threadpool https://github.com/progschj/ThreadPool

About

一个Linux下的线程池,可设置线程池的容量。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages