|
proxygen
|
#include <executor.h>
Public Types | |
| using | properties = property_set< is_constrained<>, is_executor<>, is_single<>> |
Public Types inherited from folly::pushmi::any_constrained_single_sender< E, CV, VN > | |
| using | properties = property_set< is_constrained<>, is_single<>> |
Public Member Functions | |
| constexpr | any_constrained_executor ()=default |
Public Member Functions inherited from folly::pushmi::any_constrained_single_sender< E, CV, VN > | |
| any_constrained_single_sender ()=default | |
| any_constrained_single_sender (any_constrained_single_sender &&that) noexcept | |
| requires ConstrainedSenderTo< wrapped_t< Wrapped >, any_receiver< E, VN... > > | any_constrained_single_sender (Wrapped obj) noexcept(insitu< Wrapped >()) |
| ~any_constrained_single_sender () | |
| any_constrained_single_sender & | operator= (any_constrained_single_sender &&that) noexcept |
| CV | top () |
| any_constrained_executor< E, CV > | executor () |
| void | submit (CV at, any_receiver< E, VN... > out) |
Definition at line 297 of file executor.h.
| using folly::pushmi::any_constrained_executor< E, CV >::properties = property_set<is_constrained<>, is_executor<>, is_single<>> |
Definition at line 298 of file executor.h.
|
default |