[ bianca ]
[ 源代码: lua-cqueues ]
软件包:lua-cqueues-dev(20200726-2 以及其他的)
lua-cqueues-dev 的相关链接
下载源码包 lua-cqueues:
- [lua-cqueues_20200726-2.debian.tar.xz]
- [lua-cqueues_20200726-2.dsc]
- [lua-cqueues_20200726.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [www.25thandclement.com]
相似软件包:
event loop for Lua (development package)
cqueues is a type of event loop for Lua, except it's not a classic event loop. It doesn't use callbacks—neither as part of the API nor internally—but instead you communicate with an event controller by the yielding and resumption of Lua coroutines using objects that adhere to a simple interface.