Branch: refs/heads/receiver
Home: https://github.com/STEllAR-GROUP/hpx
Commit: bed10b667950210a3b1b26795357d520c11e771b
https://github.com/STEllAR-GROUP/hpx/commit/bed10b667950210a3b1b26795357d520c11e771b
Author: Thomas Heller <[email protected]>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
A libs/basic_execution/include/hpx/basic_execution/receiver.hpp
A libs/basic_execution/tests/unit/basic_receiver.cpp
M libs/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: f1fac3b05afe9f4895eb75f204343fb50179e944
https://github.com/STEllAR-GROUP/hpx/commit/f1fac3b05afe9f4895eb75f204343fb50179e944
Author: Thomas Heller <[email protected]>
Date: 2020-07-17 (Fri, 17 Jul 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: 5e0cb47941a51350c31e85833e5a0f17a9001426
https://github.com/STEllAR-GROUP/hpx/commit/5e0cb47941a51350c31e85833e5a0f17a9001426
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
R libs/basic_execution/include/hpx/basic_execution/receiver.hpp
R libs/basic_execution/tests/unit/basic_receiver.cpp
M libs/execution_base/CMakeLists.txt
A libs/execution_base/include/hpx/execution_base/receiver.hpp
M libs/execution_base/tests/unit/CMakeLists.txt
A libs/execution_base/tests/unit/basic_receiver.cpp
M libs/functional/CMakeLists.txt
M libs/functional/include/hpx/functional/tag_invoke.hpp
A libs/functional/include/hpx/functional/tag_member_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/1e5be21a1066...5e0cb47941a5
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits