Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp90 constexpr bool is_yield = false; in async_send() local
92 constexpr bool is_yield = in async_send()
95 using return_t = std::conditional_t<is_yield, message_t, message_t&>; in async_send()