|
cortex 0.0.1
|
Main entry point for the cortex coroutine library. More...
#include <cstddef>#include <memory>#include <cortex/coroutine_body.hpp>#include <cortex/memory_resource.hpp>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 |
Main entry point for the cortex coroutine library.