|
proxygen
|
#include <constrained_single_sender.h>
Public Types | |
| using | properties = property_set_insert_t< properties_t< Data >, property_set< is_single<>>> |
Public Member Functions | |
| constexpr | constrained_single_sender ()=default |
| constexpr | constrained_single_sender (Data data) |
| constexpr | constrained_single_sender (Data data, DSF sf, DEXF exf=DEXF{}) |
| constexpr | constrained_single_sender (Data data, DSF sf, DEXF exf, DZF zf) |
| auto | top () |
| auto | executor () |
| requires Regular< CV > &&Receiver< Out > &&Invocable< DSF &, Data &, CV, Out > void | submit (CV cv, Out out) |
Private Attributes | |
| Data | data_ |
| DSF | sf_ |
| DZF | zf_ |
| DEXF | exf_ |
Definition at line 177 of file constrained_single_sender.h.
| using folly::pushmi::constrained_single_sender< Data, DSF, DZF, DEXF >::properties = property_set_insert_t<properties_t<Data>, property_set<is_single<>>> |
Definition at line 184 of file constrained_single_sender.h.
|
default |
|
inlineexplicit |
Definition at line 187 of file constrained_single_sender.h.
|
inline |
Definition at line 189 of file constrained_single_sender.h.
References folly::pushmi::any_constrained_single_sender< E, CV, VN >::data_, and folly::gen::move.
|
inline |
Definition at line 191 of file constrained_single_sender.h.
|
inline |
Definition at line 197 of file constrained_single_sender.h.
References folly::pushmi::PUSHMI_TEMPLATE(), and folly::pushmi::requires().
|
inline |
Definition at line 201 of file constrained_single_sender.h.
References folly::gen::move.
|
inline |
Definition at line 194 of file constrained_single_sender.h.
|
private |
Definition at line 178 of file constrained_single_sender.h.
|
private |
Definition at line 181 of file constrained_single_sender.h.
|
private |
Definition at line 179 of file constrained_single_sender.h.
|
private |
Definition at line 180 of file constrained_single_sender.h.