#include "di/execution/concepts/is_awaitable.h"#include "di/execution/coroutine/env_promise.h"#include "di/execution/types/empty_env.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::execution |
Variables | |
| template<typename S> | |
| constexpr bool | di::execution::enable_sender = requires { typename S::is_sender; } |
| template<concepts::IsAwaitable< EnvPromise< types::EmptyEnv > > S> | |
| constexpr bool | di::execution::enable_sender< S > = true |