Changes between Version 21 and Version 22 of SoC2014


Ignore:
Timestamp:
Feb 8, 2014, 5:41:41 PM (9 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v21 v22  
    155155=== Boost.Thread / Work-Stealing-Thread-Pool ===
    156156
    157 Provide a boost::work_stealing_thread_pool class scheduling arbitrary functions based on the interface defined in [1]. [2] should be taken in consideration.
     157Provide a boost::work_stealing_thread_pool class scheduling arbitrary functions based on the interface defined in [1]. [2] should be taken in consideration. The implementation would need a thread safe queue that allows to steel works efficiently. The first implementation would address only C++11 compilers supporting thread_local variables. A C++98 implementation would be welcome.
    158158
    159159[1] https://github.com/boostorg/thread/tree/develop/include/boost/thread/executors