proxygen
folly::pushmi::detail::blocking_submit_fn::receiver_impl< In > Struct Template Reference

Public Member Functions

requires Sender< In > auto operator() (lock_state *state, std::tuple< AN... > args) const
 

Detailed Description

template<class In>
struct folly::pushmi::detail::blocking_submit_fn::receiver_impl< In >

Definition at line 282 of file submit.h.

Member Function Documentation

template<class In >
requires Sender<In> auto folly::pushmi::detail::blocking_submit_fn::receiver_impl< In >::operator() ( lock_state state,
std::tuple< AN... >  args 
) const
inline

Definition at line 285 of file submit.h.

References folly::gen::move.

287  {
288  return ::folly::pushmi::detail::receiver_from_fn<In>()(
289  std::move(args),
290  on_value_impl{state},
291  on_error_impl{state},
292  on_done_impl{state});
293  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
state
Definition: http_parser.c:272

The documentation for this struct was generated from the following file: