lzpong / threadpool

based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数

Home Page:http://www.cnblogs.com/lzpong/p/6397997.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

显示 未定义标识符 "_lockGrow"

fly2sky2018 opened this issue · comments

#ifndef THREADPOOL_AUTO_GROW
mutex _lockGrow; //线程池增长同步锁
30行,需要修改下 ifndef