cpp-futures-promises icon indicating copy to clipboard operation
cpp-futures-promises copied to clipboard

Advanced futures and promises in C++.

Results 9 cpp-futures-promises issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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.

enhancement

Each link links to the previous callback. This improves the performance of adding a new callback with onComplete.

enhancement

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...

enhancement

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...

enhancement

See: * https://blog.kitware.com/cmake-ctest-and-cdash-at-netflix/ * https://www.cdash.org/ How to integrate it with TravisCI?

enhancement

At the moment there is many warnings. Install the correct files?

enhancement

Find all TODOs and solve them.

bug

Don't pull a complete Fedora image. Just use the CMake repo and all libs.

enhancement