Hacker News new | ask | show | jobs
by kabdib 9 days ago
I have seen a pure C/C++ implementation of coroutines (it used setjmp/longjmp, and memcpy to copy stacks in and out of the native arena). Not the most portable of constructions, but it worked absurdly well.

Being able to write "async" code essentially in-line is a superpower.

1 comments

Agree but nowhere as easy as what we did https://ciex-software.com/coroutines.html