proxygen
submit.h File Reference

Go to the source code of this file.

Classes

struct  folly::pushmi::detail::submit_fn
 
struct  folly::pushmi::detail::submit_fn::fn< AN >
 
struct  folly::pushmi::detail::submit_at_fn
 
struct  folly::pushmi::detail::submit_at_fn::fn< TP, AN >
 
struct  folly::pushmi::detail::submit_after_fn
 
struct  folly::pushmi::detail::submit_after_fn::fn< D, AN >
 
struct  folly::pushmi::detail::blocking_submit_fn
 
struct  folly::pushmi::detail::blocking_submit_fn::lock_state
 
struct  folly::pushmi::detail::blocking_submit_fn::nested_receiver_impl< Out >
 
struct  folly::pushmi::detail::blocking_submit_fn::nested_executor_impl
 
struct  folly::pushmi::detail::blocking_submit_fn::nested_receiver_impl< Out >
 
struct  folly::pushmi::detail::blocking_submit_fn::nested_executor_impl_fn
 
struct  folly::pushmi::detail::blocking_submit_fn::on_value_impl
 
struct  folly::pushmi::detail::blocking_submit_fn::on_error_impl
 
struct  folly::pushmi::detail::blocking_submit_fn::on_done_impl
 
struct  folly::pushmi::detail::blocking_submit_fn::receiver_impl< In >
 
struct  folly::pushmi::detail::blocking_submit_fn::submit_impl< In >
 
struct  folly::pushmi::detail::blocking_submit_fn::fn< AN >
 
struct  folly::pushmi::detail::get_fn< T >
 
struct  folly::pushmi::detail::get_fn< T >::on_value_impl
 
struct  folly::pushmi::detail::get_fn< T >::on_error_impl
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::pushmi
 
 folly::pushmi::detail
 
 folly::pushmi::detail::submit_detail
 
 folly::pushmi::operators
 

Functions

 folly::pushmi::detail::submit_detail::PUSHMI_CONCEPT_DEF (template(class In, class...AN)(concept AutoSenderTo)(In, AN...), Sender< In > &&SenderTo< In, receiver_type_t< In, AN... >>)
 
 folly::pushmi::detail::submit_detail::PUSHMI_CONCEPT_DEF (template(class In, class...AN)(concept AutoConstrainedSenderTo)(In, AN...), ConstrainedSenderTo< In, receiver_type_t< In, AN... >>)
 
 folly::pushmi::detail::submit_detail::PUSHMI_CONCEPT_DEF (template(class In, class...AN)(concept AutoTimeSenderTo)(In, AN...), TimeSenderTo< In, receiver_type_t< In, AN... >>)
 

Variables

PUSHMI_INLINE_VAR constexpr detail::submit_fn folly::pushmi::operators::submit {}
 
PUSHMI_INLINE_VAR constexpr detail::submit_at_fn folly::pushmi::operators::submit_at {}
 
PUSHMI_INLINE_VAR constexpr detail::submit_after_fn folly::pushmi::operators::submit_after {}
 
PUSHMI_INLINE_VAR constexpr detail::blocking_submit_fn folly::pushmi::operators::blocking_submit {}
 
template<class T >
PUSHMI_INLINE_VAR constexpr detail::get_fn< Tfolly::pushmi::operators::get {}