Branch: refs/heads/receiver
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ed08509096e8cbbe1c14432d6ee843b0943dcb59
      
https://github.com/STEllAR-GROUP/hpx/commit/ed08509096e8cbbe1c14432d6ee843b0943dcb59
  Author: Thomas Heller <[email protected]>
  Date:   2020-09-13 (Sun, 13 Sep 2020)

  Changed paths:
    A libs/basic_execution/include/hpx/basic_execution/receiver.hpp
    A libs/basic_execution/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/tests/unit/CMakeLists.txt

  Log Message:
  -----------
  Implementing receiver concept in terms of P0443r13

One deviation of P0443r13 is the usage of tag_invoke as customization
point


  Commit: 5cbd7e5328dad127b025b9d40b52d0b20b8bea35
      
https://github.com/STEllAR-GROUP/hpx/commit/5cbd7e5328dad127b025b9d40b52d0b20b8bea35
  Author: Thomas Heller <[email protected]>
  Date:   2020-09-13 (Sun, 13 Sep 2020)

  Changed paths:
    M libs/basic_execution/include/hpx/basic_execution/receiver.hpp
    M libs/basic_execution/tests/unit/basic_receiver.cpp

  Log Message:
  -----------
  Addressing review comments of #4640

 - Changing `std::integral_constant<bool, true>` to `std::true_type`
 - Changing `std::integral_constant<bool, false>` to `std::false_type`
 - Moving is_receiver and is_receiver_of into traits namespace


  Commit: a16c14a3e09dabe5e915e4c464e9da5702f61baf
      
https://github.com/STEllAR-GROUP/hpx/commit/a16c14a3e09dabe5e915e4c464e9da5702f61baf
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-13 (Sun, 13 Sep 2020)

  Changed paths:
    R libs/basic_execution/include/hpx/basic_execution/receiver.hpp
    R libs/basic_execution/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/CMakeLists.txt
    A libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/tests/unit/CMakeLists.txt
    A libs/core/execution_base/tests/unit/basic_receiver.cpp
    M libs/core/functional/CMakeLists.txt
    A libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
    M libs/core/functional/include/hpx/functional/tag_invoke.hpp

  Log Message:
  -----------
  Simplify implementation of receiver related CPOs

- this is based on new tag_member and tag_member_noexcept base classes
  that take care of the special dispatching that falls back to invoking
  a tag_member_invoke function on the CPO.
- updating file locations and namespaces for recent module renamings


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/f852ca38f2ff...a16c14a3e09d
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to