proxygen
folly::pushmi::passDEXF Struct Reference

#include <boosters.h>

Public Member Functions

requires Sender< Data > auto operator() (Data &in) const noexcept
 

Detailed Description

Definition at line 152 of file boosters.h.

Member Function Documentation

requires Sender<Data> auto folly::pushmi::passDEXF::operator() ( Data in) const
inlinenoexcept

Definition at line 155 of file boosters.h.

References folly::pushmi::executor.

155  {
156  return executor(in);
157  }
PUSHMI_INLINE_VAR constexpr __adl::get_executor_fn executor

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