30 Mar
2014
30 Mar
'14
3:53 p.m.
I don't know if it is too late, but adding a prototype of a thread pool with a queue by worker thread could make other vode your proposal.
Best, Vicente
Hi Vicente, Thanks for your suggestion. It seems Boost.Thread already has one[1]. The basic thread pool has a queue holding tasks which will execute by worker threads. Maybe I can mention this in my proposal. The work-stealing thread pool could be based on this basic one. Best Regards, Shuxiong [1] https://github.com/boostorg/thread/blob/master/include/boost/thread/executor...