提交 634060d4 编写于 作者: C codinghuang

fix the bug

上级 3ccd23c4
......@@ -12,6 +12,7 @@ long PHPCoroutine::create(zend_fcall_info_cache *fci_cache, uint32_t argc, zval
php_coro_args.argv = argv;
php_coro_args.argc = argc;
save_task(get_task());
return 0;
}
php_coro_task* PHPCoroutine::get_task()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册