progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.64k stars 2.21k forks source link

Competition problem #28

Closed fabri8bit closed 8 years ago

fabri8bit commented 8 years ago

1) I create a thread pool thread 4. 2) I have to run f(x) on 4 different threads. 2) You can not recycle the thread or clean stack of the task?

Help me.