Skip to content

Commit

Permalink
Fixing and_gate when used with shared_future
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 23, 2019
1 parent 0105f14 commit b4cca5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hpx/lcos/local/and_gate.hpp
Expand Up @@ -135,6 +135,7 @@ namespace hpx { namespace lcos { namespace local

// FIXME: get_shared_future is called more than once for each generation
// ++generation_;
generation_ = 1;

trigger_conditions(ec); // re-check/trigger condition, if needed
if (!ec) {
Expand Down

0 comments on commit b4cca5a

Please sign in to comment.