[ 原始碼: lua-cqueues ]
套件:lua-cqueues-dev(20171014-1)
lua-cqueues-dev 的相關連結
Debian 的資源:
下載原始碼套件 lua-cqueues:
- [lua-cqueues_20171014-1.dsc]
- [lua-cqueues_20171014.orig.tar.xz]
- [lua-cqueues_20171014-1.debian.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.