在按照文档例子使用协程时发生如下报错
public function Test1()
{
Coroutine::create(function(){
Timer::sleep(1.5);
echo "hello coroutine\n";
});
return response('hello webman');
}
Error: Class "Swoole\Coroutine" not found in /mnt/g/PHPDevelop/WebManProjects/webman-tools-api/ToolApi/vendor/workerman/workerman/src/Events/Swoole.php:59
swoole扩展装了吗
要怎么装呢,文档没说要如何安装。
AI问问 。 网上随便搜一下 也就出来了
config/process.php中通过eventLoop配置协程驱动
看文档
https://www.workerman.net/doc/webman/coroutine/coroutine.html
https://www.workerman.net/doc/webman/coroutine/coroutine.html
手册里的前提条件一眼都不看啊