Iros
 
Loading...
Searching...
No Matches
any_operation_state.h
Go to the documentation of this file.
1#pragma once
2
5#include "di/any/prelude.h"
12
13namespace di::execution {
14template<typename Env = void,
15 concepts::AnyStorage Storage =
16 any::HybridStorage<any::StorageCategory::MoveOnly, 8 * sizeof(void*), alignof(void*)>,
17 typename VTablePolicy = any::MaybeInlineVTable<3>>
19}
20
21namespace di {
23}
@ MoveOnly
Definition storage_category.h:9
meta::Type< AnyT< UserInterface, Storage, VTablePolicy > > Any
Definition any.h:294
MakeEnv< EmptyEnv, With< Tag< get_stop_token >, StopToken > > Env
Definition ensure_started.h:52
meta::Type< StorageT< Send, Alloc > > Storage
Definition start_detached.h:87
Definition bulk.h:30
Any< InterfaceWithEnv< meta::List< types::Tag< execution::start > >, Env >, Storage, VTablePolicy > AnyOperationState
Definition any_operation_state.h:18
Definition zstring_parser.h:9