proxygen
folly::pushmi::any_time_executor< E, TP > Struct Template Reference

#include <executor.h>

Inheritance diagram for folly::pushmi::any_time_executor< E, TP >:
folly::pushmi::any_time_single_sender< E, TP, VN > folly::pushmi::any_constrained_single_sender< E, TP, VN... >

Public Types

using properties = property_set< is_time<>, is_executor<>, is_single<>>
 
- Public Types inherited from folly::pushmi::any_time_single_sender< E, TP, VN >
using properties = property_set< is_time<>, is_single<>>
 
- Public Types inherited from folly::pushmi::any_constrained_single_sender< E, TP, VN... >
using properties = property_set< is_constrained<>, is_single<>>
 

Public Member Functions

constexpr any_time_executor ()=default
 
- Public Member Functions inherited from folly::pushmi::any_time_single_sender< E, TP, VN >
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 ()
 
- Public Member Functions inherited from folly::pushmi::any_constrained_single_sender< E, TP, 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_senderoperator= (any_constrained_single_sender &&that) noexcept
 
TP top ()
 
any_constrained_executor< E, TP > executor ()
 
void submit (TPat, any_receiver< E, VN... > out)
 

Detailed Description

template<class E, class TP>
struct folly::pushmi::any_time_executor< E, TP >

Definition at line 461 of file executor.h.

Member Typedef Documentation

template<class E , class TP >
using folly::pushmi::any_time_executor< E, TP >::properties = property_set<is_time<>, is_executor<>, is_single<>>

Definition at line 462 of file executor.h.

Constructor & Destructor Documentation

template<class E , class TP >
constexpr folly::pushmi::any_time_executor< E, TP >::any_time_executor ( )
default

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