cortex 0.0.1
Loading...
Searching...
No Matches
fiber.hpp File Reference
#include <cortex/base_coroutine.hpp>
#include <cortex/coroutine_suspend_context.hpp>
#include <cortex/memory_resource.hpp>
#include <cstdint>
#include <exception>
#include <memory>
#include <vector>
#include <function2/function2.hpp>
Include dependency graph for fiber.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cortex::tiny_fiber::detail::Fiber
 

Namespaces

namespace  cortex
 
namespace  cortex::tiny_fiber
 Cooperative multitasking primitives built on cortex::Coroutine.
 
namespace  cortex::tiny_fiber::detail
 

Enumerations

enum class  cortex::tiny_fiber::detail::FiberState : std::uint8_t { cortex::tiny_fiber::detail::Ready , cortex::tiny_fiber::detail::Running , cortex::tiny_fiber::detail::Suspended , cortex::tiny_fiber::detail::Finished }