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

Cooperative fiber scheduler for tiny_fiber. More...

#include <cortex/memory_resource.hpp>
#include <cortex/tiny_fiber/detail/fiber.hpp>
#include <deque>
#include <memory>
#include <unordered_map>
Include dependency graph for scheduler.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::Scheduler
 Manages cooperative execution of fibers. More...
 
struct  cortex::tiny_fiber::Scheduler::Config
 Configuration options for the scheduler. More...
 

Namespaces

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

Detailed Description

Cooperative fiber scheduler for tiny_fiber.