|
| constexpr | any_time_executor ()=default |
| |
| constexpr | any_time_single_sender ()=default |
| |
| template<class T > |
| constexpr | any_time_single_sender (T t) |
| |
| template<class T0 , class T1 , class... TN> |
| constexpr | any_time_single_sender (T0 t0, T1 t1, TN...tn) |
| |
| any_time_executor< E, TP > | executor () |
| |
| | 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 |
| |
| TP | top () |
| |
| any_constrained_executor< E, TP > | executor () |
| |
| void | submit (TPat, any_receiver< E, VN... > out) |
| |
template<class E, class TP>
struct folly::pushmi::any_time_executor< E, TP >
Definition at line 461 of file executor.h.