Branch: refs/heads/direct_actions
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f23f2e8728936c2557f09ff01890975eb5b6d487
      
https://github.com/STEllAR-GROUP/hpx/commit/f23f2e8728936c2557f09ff01890975eb5b6d487
  Author: Thomas Heller <thomas.hel...@cs.fau.de>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
    M hpx/lcos/detail/future_data.hpp
    M hpx/lcos/server/barrier.hpp
    M hpx/lcos/stubs/barrier.hpp
    M hpx/runtime/actions/basic_action.hpp
    M hpx/runtime/actions/transfer_action.hpp
    M hpx/runtime/applier/apply_helper.hpp
    M hpx/runtime/components/server/runtime_support.hpp
    A hpx/traits/action_direct_execution.hpp
    M hpx/util/detail/yield_k.hpp
    M src/lcos/barrier.cpp
    M src/lcos/detail/future_data.cpp
    M tests/performance/network/osu/osu_latency.cpp
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/plain_action_move_semantics.cpp

  Log Message:
  -----------
  Allowing remote direct actions to be executed without spawning a task

With this patch, direct actions are now always executed directly on the
receiving side. This means that they might get executed in a non-HPX thread.


_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to