cortex 0.0.1
Loading...
Searching...
No Matches
coroutine.hpp File Reference

Main entry point for the cortex coroutine library. More...

#include <cstddef>
#include <memory>
#include <cortex/coroutine_body.hpp>
#include <cortex/memory_resource.hpp>
Include dependency graph for coroutine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cortex::Coroutine
 A stackful coroutine that provides a mechanism for cooperative multitasking. More...
 
struct  cortex::Coroutine::Builder
 A builder class for creating Coroutine instances with custom configuration. More...
 

Namespaces

namespace  cortex
 
namespace  cortex::detail
 

Detailed Description

Main entry point for the cortex coroutine library.