proxygen
folly::pushmi::detail::blocking_submit_fn Struct Reference

#include <submit.h>

Classes

struct  fn
 
struct  lock_state
 
struct  nested_executor_impl
 
struct  nested_executor_impl_fn
 
struct  nested_receiver_impl
 
struct  on_done_impl
 
struct  on_error_impl
 
struct  on_value_impl
 
struct  receiver_impl
 
struct  submit_impl
 

Public Member Functions

template<class... AN>
auto operator() (AN...an) const
 

Detailed Description

Definition at line 127 of file submit.h.

Member Function Documentation

template<class... AN>
auto folly::pushmi::detail::blocking_submit_fn::operator() ( AN...  an) const
inline

Definition at line 335 of file submit.h.

335  {
336  return blocking_submit_fn::fn<AN...>{std::tuple<AN...>{(AN &&) an...}};
337  }

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