#include "di/execution/concepts/await_suspend_result.h"
#include "di/meta/core.h"
#include "di/meta/language.h"
#include "di/meta/operations.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::concepts |
namespace | di::concepts::detail |
Concepts | |
concept | di::concepts::IsAwaiter |
Functions | |
template<typename Promise, typename Awaiter> | |
auto | di::concepts::detail::do_await_suspend (Awaiter &awaiter) -> decltype(auto) |