horazont / cxx-coroutines

Experiment with home-brew coroutines in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a personal experiment with home-brew coroutines in C++.

The target use for this project is in an embedded ARM platform, without operating system or anything like that, which is why some things are solved with static allocations instead of things like std::vector.

This is based on Simon Tatham’s Duff’s-device based coroutines.

Have fun poking around.

About

Experiment with home-brew coroutines in C++.


Languages

Language:C++ 98.2%Language:CMake 1.8%