Changes between Version 21 and Version 22 of SoC2014
- Timestamp:
- Feb 8, 2014, 5:41:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v21 v22 155 155 === Boost.Thread / Work-Stealing-Thread-Pool === 156 156 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. 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. 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. 158 158 159 159 [1] https://github.com/boostorg/thread/tree/develop/include/boost/thread/executors