36 (
requires Receiver<Out>)
auto operator()(Out out)
const {
37 return ::folly::pushmi::detail::receiver_from_fn<In>()(
43 (
requires Sender<In>)
auto operator()(In in)
const {
46 ::folly::pushmi::detail::submit_transform_out<In>(
out_impl<In>{}));
constexpr detail::Map< Move > move
auto on_error(Fns...fns) -> on_error_fn< Fns... >
—— Concurrent Priority Queue Implementation ——
requires E e noexcept(noexcept(s.error(std::move(e))))
void operator()(any, any) noexcept
requires requires(::folly::pushmi::invoke(std::declval< F >(), std::get< Is >(std::declval< Tuple >())...))) const expr decltype(auto) apply_impl(F &&f
#define PUSHMI_INLINE_VAR
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::detail::sender_from_fn sender_from
PUSHMI_TEMPLATE(class In, class Out, bool SenderRequires, bool SingleSenderRequires, bool TimeSingleSenderRequires)(requires Sender< In > &&Receiver< Out >) constexpr bool sender_requires_from()
PUSHMI_INLINE_VAR constexpr detail::no_fail_fn no_fail