proxygen
|
#include <executor.h>
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_sender & | operator= (any_single_sender &&that) noexcept |
any_executor< E > | executor () |
void | submit (any_receiver< E, VN... > out) |
Definition at line 137 of file executor.h.
using folly::pushmi::any_executor< E >::properties = property_set<is_sender<>, is_executor<>, is_single<>> |
Definition at line 139 of file executor.h.
|
default |