#include "di/container/allocator/allocate_one.h"
#include "di/container/allocator/allocator.h"
#include "di/container/allocator/deallocate_one.h"
#include "di/container/allocator/fallible_allocator.h"
#include "di/container/allocator/infallible_allocator.h"
#include "di/execution/interface/connect.h"
#include "di/execution/interface/get_env.h"
#include "di/execution/interface/start.h"
#include "di/execution/meta/connect_result.h"
#include "di/execution/query/get_allocator.h"
#include "di/execution/query/get_completion_scheduler.h"
#include "di/execution/query/make_env.h"
#include "di/execution/receiver/set_stopped.h"
#include "di/execution/receiver/set_value.h"
#include "di/execution/sequence/sequence_sender.h"
#include "di/execution/types/empty_env.h"
#include "di/function/container/prelude.h"
#include "di/function/tag_invoke.h"
#include "di/meta/core.h"
#include "di/platform/compiler.h"
#include "di/util/addressof.h"
#include "di/util/construct_at.h"
#include "di/util/destroy_at.h"
#include "di/util/immovable.h"
#include "di/vocab/expected/as_fallible.h"
#include "di/vocab/expected/try_infallible.h"
Go to the source code of this file.
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. | |