sysprog
sysprog copied to clipboard
Introduce a bonus task to implement coroutines based on long jumps in the single stack
It is like libcoro library, but there is only one stack. So the coroutines can't use any local variables nor do returns. Like coro_jmp.h was implemented in an older version of the first homework.