cpp-futures-promises
cpp-futures-promises copied to clipboard
Advanced futures and promises in C++.
See https://github.com/STEllAR-GROUP/hpx It provides futures and promises and more useful combinators `when_any` than Boost. See http://stellar-group.org/2015/07/hpx-and-cpp-futures/ See http://stellar-group.org/2015/05/hpx-and-cpp-executors/ We should add HPX to the benchmark to compare the performance.
See our short paper: https://www.researchgate.net/publication/330066278_Futures_and_promises_in_Haskell_and_Scala And the Scala reference implementation: https://github.com/tdauth/PEPM19-supplementary-material-scala We could add the same benchmarks as well to compare the three implementations.
Each link links to the previous callback. This improves the performance of adding a new callback with onComplete.
The default should be shared futures and promises. For performance optimization, we could also provide futures and promises which can only be moved. How do we implement derived features for...
We need a factory which creates a new Core instance based on the type of a previous instance. This allows support for different types. The type is important for the...
See: * https://blog.kitware.com/cmake-ctest-and-cdash-at-netflix/ * https://www.cdash.org/ How to integrate it with TravisCI?
At the moment there is many warnings. Install the correct files?
Don't pull a complete Fedora image. Just use the CMake repo and all libs.