/coro

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

Primary LanguageC++OtherNOASSERTION

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!