proxygen
folly::pushmi::detail::executor_fn::impl Struct Reference

Public Member Functions

requires Sender< In > auto operator() (In &in) const
 

Detailed Description

Definition at line 325 of file extension_operators.h.

Member Function Documentation

requires Sender<In> auto folly::pushmi::detail::executor_fn::impl::operator() ( In &  in) const
inline

Definition at line 328 of file extension_operators.h.

References folly::pushmi::executor.

328  {
329  return executor(in);
330  }
PUSHMI_INLINE_VAR constexpr __adl::get_executor_fn executor

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