cortex 0.0.1
Loading...
Searching...
No Matches
tiny_fiber.hpp
Go to the documentation of this file.
1#pragma once
2
14
50namespace cortex::tiny_fiber {
51// All types are defined in individual headers
52}
Cooperative condition variable for tiny_fiber.
Future types for awaiting fiber results.
Cooperative mutex for tiny_fiber.
Cooperative multitasking primitives built on cortex::Coroutine.
Definition condition_variable.hpp:13
Cooperative fiber scheduler for tiny_fiber.
Exception thrown when operations are attempted on a stopping scheduler.
Yield functions for cooperative multitasking.