Iros
 
Loading...
Searching...
No Matches
await_suspend_result.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/meta/core.h"
4#include "di/util/coroutine.h"
5
6namespace di::concepts {
7// The result of await_suspend() can either be void, a bool, or a coroutine handle.
8template<typename T>
10}
Definition await_suspend_result.h:9
Definition core.h:139
Definition core.h:117
Definition any_storable.h:9