Iros
 
Loading...
Searching...
No Matches
coroutine.h File Reference
#include "di/meta/language.h"
#include "di/types/prelude.h"
#include <coroutine>

Go to the source code of this file.

Namespaces

namespace  di
 

Typedefs

template<typename Promise = void>
using di::CoroutineHandle = std::coroutine_handle<Promise>
 
using di::NoopCoroutineHandle = std::noop_coroutine_handle
 
using di::NoopCoroutinePromise = std::noop_coroutine_promise
 
using di::SuspendAlways = std::suspend_always
 
using di::SuspendNever = std::suspend_never