提交 cb523892 编写于 作者: C codinghuang

update

上级 957acf3c
......@@ -3,7 +3,7 @@
#include "context.h"
namespace study
namespace Study
{
class Coroutine
{
......
#include "coroutine.h"
using study::Coroutine;
using Study::Coroutine;
Coroutine* Coroutine::current = nullptr;
......
#include "study_coroutine.h"
using study::PHPCoroutine;
using study::Coroutine;
using Study::PHPCoroutine;
using Study::Coroutine;
php_coro_task PHPCoroutine::main_task = {0};
......
......@@ -21,7 +21,7 @@ struct php_coro_task
zend_execute_data *execute_data; // current coroutine stack frame
};
namespace study
namespace Study
{
class PHPCoroutine
{
......
#include "study_coroutine.h"
using study::PHPCoroutine;
using Study::PHPCoroutine;
ZEND_BEGIN_ARG_INFO_EX(arginfo_study_coroutine_create, 0, 0, 1)
ZEND_ARG_CALLABLE_INFO(0, func, 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册