top of page
![A simple thread pool (using a blocking queue) in C++](https://static.wixstatic.com/media/8546bf_153f42bbdb3e40d9b12b3c51ff9e501a~mv2.png/v1/fill/w_421,h_341,fp_0.50_0.50,q_95,enc_auto/8546bf_153f42bbdb3e40d9b12b3c51ff9e501a~mv2.webp)
Pradeep P
Oct 4, 20215 min read
A simple thread pool (using a blocking queue) in C++
A general practice of running tasks on separate threads is creating new threads and running the required tasks on these threads. Creating...
823 views0 comments
bottom of page