Changes between Version 42 and Version 43 of SoC2014
- Timestamp:
- Feb 17, 2014, 7:14:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v42 v43 145 145 Make use of invocation_traits (see[3] in Boost.Thread to make it possible an More perfect forwarding in functions as boost::thread construction, boost::async, boost::future:then(). 146 146 147 This has already been fully implemented by Agustin Berge as part of HPX [4]: 148 147 149 This project could be mentored by Vicente J. Botet Escriba 148 150 … … 152 154 153 155 [3] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3866.html 156 157 [4] https://github.com/STEllAR-GROUP/hpx/blob/master/hpx/util/invoke.hpp. 154 158 155 159 … … 185 189 [3] present a clear survey on the problem domain. 186 190 191 HPX (see [4]) contains several work-stealing implementations. 192 193 187 194 [1] https://github.com/boostorg/thread/tree/develop/include/boost/thread/executors 188 195 … … 190 197 191 198 [3] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3872.pdf 199 200 [4] https://github.com/STEllAR-GROUP/hpx 192 201 193 202 This project could be mentored by Vicente J. Botet Escriba and possibly Hartmut Kaiser.