sysprog icon indicating copy to clipboard operation
sysprog copied to clipboard

Introduce a bonus task to implement coroutines based on long jumps in the single stack

Open Gerold103 opened this issue 2 years ago • 0 comments

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.

Gerold103 avatar Jan 31 '23 18:01 Gerold103