[ 原始碼: lua-cqueues ]
套件:lua-cqueues-dev(20200726-2 以及其他的)
lua-cqueues-dev 的相關連結
Debian 的資源:
下載原始碼套件 lua-cqueues:
- [lua-cqueues_20200726-2.dsc]
- [lua-cqueues_20200726.orig.tar.xz]
- [lua-cqueues_20200726-2.debian.tar.xz]
維護小組:
- Debian Lua Team (QA 頁面, 郵件存檔)
- Ondřej Surý (QA 頁面)
- Santiago Ruano Rincón (QA 頁面)
- Jakub Ružička (QA 頁面)
外部的資源:
- 主頁 [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.