coro icon indicating copy to clipboard operation
coro copied to clipboard

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

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!