|
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, class... VN>
class folly::pushmi::any_time_single_sender< E, TP, VN >
Definition at line 133 of file forwards.h.