coroutine implementation
It's been a very long while since I've coded coroutines in C. I had naively thought that I could call getcontext and setcontext and be done with it. Well, it turns out that was wrong. In 2016ish? POSIX decided to deprecate the makecontext/swapcontext/getcontext/setcontext