Skip to content

Commit

Permalink
Merge pull request #2231 from STEllAR-GROUP/client_serialization
Browse files Browse the repository at this point in the history
Fixing possible race during future awaiting in serialization.
  • Loading branch information
hkaiser committed Jun 29, 2016
2 parents c50ca2c + 15bbd22 commit e025003
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hpx/runtime/serialization/output_archive.hpp
Expand Up @@ -86,8 +86,6 @@ namespace hpx { namespace serialization
template <typename Future>
void await_future(Future const & f)
{
if(f.is_ready()) return;

buffer_->await_future(
*hpx::traits::future_access<Future>::get_shared_state(f));
}
Expand Down

0 comments on commit e025003

Please sign in to comment.