Boost logo

Boost :

Subject: Re: [boost] [GSOC 2014] Boost.Thread / Work-Stealing-Thread-Pool
From: Shuxiong Ye (yeshuxiong_at_[hidden])
Date: 2014-03-30 11:53:19


> 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/executors/basic_thread_pool.hpp


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk