proxygen
folly::pushmi::strand_item< E > Class Template Reference

#include <strand.h>

Public Member Functions

 strand_item (any_receiver< E, any_executor_ref< E >> out)
 

Public Attributes

any_receiver< E, any_executor_ref< E > > what
 

Detailed Description

template<class E>
class folly::pushmi::strand_item< E >

Definition at line 33 of file strand.h.

Constructor & Destructor Documentation

template<class E>
folly::pushmi::strand_item< E >::strand_item ( any_receiver< E, any_executor_ref< E >>  out)
inline

Definition at line 35 of file strand.h.

36  : what(std::move(out)) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
any_receiver< E, any_executor_ref< E > > what
Definition: strand.h:38

Member Data Documentation

template<class E>
any_receiver<E, any_executor_ref<E> > folly::pushmi::strand_item< E >::what

Definition at line 38 of file strand.h.

Referenced by folly::pushmi::strand_queue< E, Executor >::error().


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