descriptionVarious little pure C coroutine implementations.
ownerTony Finch
last changeFri, 5 Feb 2010 15:18:25 +0000 (15:18 +0000)
shortlog
2010-02-05 Tony FinchRemove C99 bool. lua-ish
2010-02-05 Tony FinchAdd a make target for publishing on the web.
2010-02-05 Tony FinchFix compilation errors.
2010-02-05 Tony FinchAdd Makefile.
2010-02-01 Tony FinchMerge the struct coro declaration and the static variab... origin/lua-ish
2010-02-01 Tony FinchC89 compatibility: move a declaration to the head of...
2010-02-01 Tony FinchCollapse static variable definitions into one line.
2010-02-01 Tony FinchRemove redundant top of stack variable.
2010-02-01 Tony FinchChange the coroutine stack size from 64K to 16K.
2010-02-01 Tony FinchMake the yield/resume argument local to the internal...
2010-02-01 Tony FinchChange internal push() function to return void
2010-02-01 Tony FinchMake resumable() safer by checking its argument isn...
2010-02-01 Tony FinchReplace alloca() with an idle coroutine that is responsible
2010-02-01 Tony FinchA very small coroutine implementation using alloca().
heads
14 years ago lua-ish
14 years ago smaller
14 years ago varargs