wc-duck / coro

Small coroutine/"protothread"-with-a-stack header.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

This is a small header/library implementing coroutines/protothreads/"yieldable functions" or whatever you want to call it.

Initial idea comest from here: coroutines in c

For more in depth description see implementation or this blogpost!

About

Small coroutine/"protothread"-with-a-stack header.

License:Other


Languages

Language:C++ 53.2%Language:C 41.0%Language:Lua 5.8%