Nugget
|
#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"
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 |