proxygen
folly::pushmi::any_executor< E > Struct Template Reference

#include <executor.h>

Inheritance diagram for folly::pushmi::any_executor< E >:
folly::pushmi::any_single_sender< E, VN >

Public Types

using properties = property_set< is_sender<>, is_executor<>, is_single<>>
 
- Public Types inherited from folly::pushmi::any_single_sender< E, VN >
using properties = property_set< is_sender<>, is_single<>>
 

Public Member Functions

constexpr any_executor ()=default
 
- Public Member Functions inherited from folly::pushmi::any_single_sender< E, VN >
 any_single_sender ()=default
 
 any_single_sender (any_single_sender &&that) noexcept
 
requires SenderTo< wrapped_t< Wrapped >, any_receiver< E, VN... > > any_single_sender (Wrapped obj) noexcept(insitu< Wrapped >())
 
 ~any_single_sender ()
 
any_single_senderoperator= (any_single_sender &&that) noexcept
 
any_executor< Eexecutor ()
 
void submit (any_receiver< E, VN... > out)
 

Detailed Description

template<class E>
struct folly::pushmi::any_executor< E >

Definition at line 137 of file executor.h.

Member Typedef Documentation

Definition at line 139 of file executor.h.

Constructor & Destructor Documentation

template<class E >
constexpr folly::pushmi::any_executor< E >::any_executor ( )
default

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