|
proxygen
|
#include <executor.h>
Classes | |
| struct | vtable |
Public Types | |
| using | properties = property_set< is_constrained<>, is_executor<>, is_single<>> |
Public Member Functions | |
| any_constrained_executor_ref ()=delete | |
| any_constrained_executor_ref (const any_constrained_executor_ref &)=default | |
| requires ConstrainedSender< wrapped_t< Wrapped >, is_single<> > | any_constrained_executor_ref (Wrapped &w) |
| CV | top () |
| any_constrained_executor_ref | executor () |
| template<class SingleReceiver > | |
| void | submit (CV cv, SingleReceiver &&sa) |
Private Types | |
| using | This = any_constrained_executor_ref |
| template<class T > | |
| using | wrapped_t = detail::not_any_constrained_executor_ref_t< T > |
Private Attributes | |
| void * | pobj_ |
| struct folly::pushmi::any_constrained_executor_ref::vtable * | vptr_ |
Definition at line 192 of file executor.h.
| using folly::pushmi::any_constrained_executor_ref< E, CV >::properties = property_set<is_constrained<>, is_executor<>, is_single<>> |
Definition at line 203 of file executor.h.
|
private |
Definition at line 194 of file executor.h.
|
private |
Definition at line 201 of file executor.h.
|
delete |
|
default |
|
inline |
Definition at line 211 of file executor.h.
References folly::gen::move, s, folly::pushmi::submit, submit, and folly::pushmi::top.
|
inline |
Definition at line 240 of file executor.h.
|
inline |
Definition at line 242 of file executor.h.
References s.
|
inline |
Definition at line 237 of file executor.h.
|
private |
Definition at line 195 of file executor.h.
|
private |