Iros
 
Loading...
Searching...
No Matches
start_detached.h File Reference

Go to the source code of this file.

Classes

struct  di::execution::start_detached_ns::DataT< Alloc >
 
struct  di::execution::start_detached_ns::DataT< Alloc >::Type
 
struct  di::execution::start_detached_ns::ReceiverT< Alloc >
 
struct  di::execution::start_detached_ns::ReceiverT< Alloc >::Type
 
struct  di::execution::start_detached_ns::StorageT< Send, Alloc >
 
struct  di::execution::start_detached_ns::StorageT< Send, Alloc >::Type
 
struct  di::execution::start_detached_ns::Function
 

Namespaces

namespace  di
 
namespace  di::execution
 
namespace  di::execution::start_detached_ns
 

Typedefs

template<typename Alloc>
using di::execution::start_detached_ns::Data = meta::Type<DataT<Alloc>>
 
template<typename Alloc>
using di::execution::start_detached_ns::Receiver = meta::Type<ReceiverT<Alloc>>
 
template<typename Send, typename Alloc>
using di::execution::start_detached_ns::Storage = meta::Type<StorageT<Send, Alloc>>
 

Variables

constexpr auto di::execution::start_detached = start_detached_ns::Function {}
 Start a sender without waiting for it to complete.