top of page
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...
805 views0 comments
bottom of page