There are many C coroutine implementations out there. ... go(fn) \ do {\ if(!setjmp(first_cr_->ctx)) {\ char *stack = malloc(STACK_SIZE);\ ...
確定! 回上一頁