会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
青山
运动、读书、平和待人
博客园
首页
新随笔
联系
管理
2017年11月22日
http.lua里的装饰器
摘要: 摘自:http.lua
阅读全文
posted @ 2017-11-22 18:04 lixin[at]hitwh
阅读(433)
评论(0)
推荐(0)
编辑
Lua的协程基础
摘要: 参考:Lua中的协同程序 coroutine http.lua 协同程序(Coroutine): 三个状态:suspended(挂起,协同刚创建完成时或者yield之后)、running(运行)、dead(函数走完后的状态,这时候不能再重新resume)。 coroutine.create(arg)
阅读全文
posted @ 2017-11-22 17:33 lixin[at]hitwh
阅读(419)
评论(0)
推荐(0)
编辑
公告