这块似乎还没有实现呢
在 2012年6月6日 上午10:56,ciaos <peng...@gmail.com> 写道:
> 请教各位,我的config配置如下
>
> location /a {
> content_by_lua '
> ngx.say(type(coroutine)) -- nil
> ngx.say(coroutine) -- nil
> ';
> }
>
> 结果输出
> nil
> nil
>
> 我想用coroutine的yield实现"任务调度",结果发现coroutine没有定义,这个是为什么呢(HttpLuaModule把它屏蔽了吗?)
>
>