问题描述 在按照文档例子使用协程时发生如下报错 程序代码 public function Test1() { Coroutine::create(function(){ Timer::sleep(1.5); echo "hello coroutine\n"; }); return response('hello w...