proxygen
folly::pushmi::strand_queue_receiver< E, Executor > Struct Template Reference

#include <strand.h>

Inheritance diagram for folly::pushmi::strand_queue_receiver< E, Executor >:

Public Types

using properties = property_set< is_receiver<>>
 

Public Member Functions

 ~strand_queue_receiver ()
 
 strand_queue_receiver (std::shared_ptr< strand_queue< E, Executor >> that)
 

Detailed Description

template<class E, class Executor>
struct folly::pushmi::strand_queue_receiver< E, Executor >

Definition at line 30 of file strand.h.

Member Typedef Documentation

template<class E , class Executor >
using folly::pushmi::strand_queue_receiver< E, Executor >::properties = property_set<is_receiver<>>

Definition at line 165 of file strand.h.

Constructor & Destructor Documentation

template<class E , class Executor >
folly::pushmi::strand_queue_receiver< E, Executor >::~strand_queue_receiver ( )
inline

Definition at line 161 of file strand.h.

161 {}
template<class E , class Executor >
folly::pushmi::strand_queue_receiver< E, Executor >::strand_queue_receiver ( std::shared_ptr< strand_queue< E, Executor >>  that)
inlineexplicit

Definition at line 162 of file strand.h.

164  : std::shared_ptr<strand_queue<E, Executor>>(that) {}

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