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

疑惑

JimmyDemo opened this issue · comments

当任务量大于线程数吗,且当前线程没有空闲的,会有问题吗

要么增加线程, 要么等待有空闲线程