Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: STEllAR-GROUP/hpx
base: 9e199a219c3a^
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: bb3e3a643549
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2018

  1. Avoid taking the shared state by value

    Thomas Heller committed Jan 29, 2018
    Copy the full SHA
    9e199a2 View commit details
    Browse the repository at this point in the history
  2. Removing compose_cb

    Instead of compose_cb, we now use boost::container::small_vector. This has the
    effect of reducing dynamic memory allocations with more than two callbacks
    attached to a future
    Thomas Heller committed Jan 29, 2018
    Copy the full SHA
    bb3e3a6 View commit details
    Browse the repository at this point in the history