#include "di/execution/coroutine/env_promise.h"
#include "di/execution/meta/await_result.h"
#include "di/execution/types/empty_env.h"
#include "di/function/invoke.h"
#include "di/meta/vocab.h"
Go to the source code of this file.
Classes | |
struct | di::execution::next_ns::Function |
Namespaces | |
namespace | di |
namespace | di::execution |
namespace | di::execution::next_ns |
namespace | di::concepts |
Concepts | |
concept | di::concepts::AsyncRange |
concept | di::concepts::AwaitableAsyncRange |
Variables | |
constexpr auto | di::execution::next = next_ns::Function {} |
Get the next value of a async range in a coroutine. | |