proxygen
|
#include <executor.h>
Classes | |
struct | vtable |
Public Types | |
using | properties = property_set< is_sender<>, is_executor<>, is_single<>> |
Public Member Functions | |
any_executor_ref ()=delete | |
any_executor_ref (const any_executor_ref &)=default | |
requires Sender< wrapped_t< Wrapped >, is_executor<>, is_single<> > | any_executor_ref (Wrapped &w) |
any_executor_ref | executor () |
template<class SingleReceiver > | |
void | submit (SingleReceiver &&sa) |
Private Types | |
using | This = any_executor_ref |
template<class T > | |
using | wrapped_t = detail::not_any_executor_ref_t< T > |
Private Attributes | |
void * | pobj_ |
struct folly::pushmi::any_executor_ref::vtable * | vptr_ |
Definition at line 43 of file executor.h.
using folly::pushmi::any_executor_ref< E >::properties = property_set<is_sender<>, is_executor<>, is_single<>> |
Definition at line 53 of file executor.h.
|
private |
Definition at line 45 of file executor.h.
|
private |
Definition at line 51 of file executor.h.
|
delete |
|
default |
|
inline |
Definition at line 61 of file executor.h.
References folly::gen::move, s, folly::pushmi::submit, and submit.
|
inline |
Definition at line 83 of file executor.h.
|
inline |
Definition at line 85 of file executor.h.
References s.
|
private |
Definition at line 46 of file executor.h.
|
private |