Searched refs:is_yield (Results 1 – 1 of 1) sorted by relevance
90 constexpr bool is_yield = false; in async_send() local92 constexpr bool is_yield = in async_send()95 using return_t = std::conditional_t<is_yield, message_t, message_t&>; in async_send()