Home
last modified time | relevance | path

Searched refs:let_value (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/requester/test/
H A Dhandler_test.cpp167 stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F()
215 stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F()
272 scope.spawn(stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__start_on.hpp97 return let_value( in transform_sender()
H A D__p2300.hpp289 inline constexpr auto let_value = stdexec::let_value; variable
H A D__let.hpp611 inline constexpr let_value_t let_value{}; variable
/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp114 stdexec::just() | stdexec::let_value([this, &rcOpt, in doSensorPolling()