Nugget
Loading...
Searching...
No Matches
Classes | Namespaces
coroutine.hh File Reference
#include <EASTL/functional.h>
#include <EASTL/utility.h>
#include <coroutine>
#include <type_traits>
#include "common/psxlibc/ucontext.h"
#include "common/syscalls/syscalls.h"
#include "psyqo/kernel.hh"
Include dependency graph for coroutine.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  psyqo::Coroutine< T >
 A suitable type to hold and return a C++20 coroutine. More...
 
struct  psyqo::Coroutine< T >::Empty
 
struct  psyqo::Coroutine< T >::Awaiter
 The awaiter type. More...
 
class  psyqo::StackfulBase
 
class  psyqo::Stackful< StackSize >
 Stackful coroutine class. More...
 

Namespaces

namespace  psyqo