Tue, 30 Dec 2025 04:54:33 CST | login

Information for build lua-cqueues-20200603-2.oc9

ID22961
Package Namelua-cqueues
Version20200603
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/lua-cqueues.git?.#ad9af85c1518865fcb34252010c2c8c7f392f82c
SummaryStackable Continuation Queues for the Lua Programming Language
Descriptioncqueues is a type of event loop for Lua. It doesn't use callbacks but instead you communicate with an event controller by the yielding and resumption of Lua coroutines using objects. cqueues are stackable. Each instantiated cqueue is a poll-able object which can be polled from another cqueue, or another event loop system entirely. The design is meant to be non-intrusive, composable, and embeddable within existing applications. cqueues includes a sockets library with DNS, buffering, end-of-line translation, SSL/TLS, and descriptor passing support builtin. Domain querying, connection establishment, and SSL negotiation are handled transparently as part of a state machine entered with every I/O operation, so users can read and write immediately upon instantiating the object, as if opening a regular file. cqueues also includes modules for handling signals, threads, and file change notifications using native kernel facilities and accessible through easy to use interfaces which abstract the different kernel facilities.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 18:00:48 CST
CompletedMon, 03 Jun 2024 18:03:51 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/lua-cqueues.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/lua-cqueues.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
lua-cqueues-20200603-2.oc9.src.rpm (info) (download)
aarch64
lua-cqueues-20200603-2.oc9.aarch64.rpm (info) (download)
lua5.1-cqueues-20200603-2.oc9.aarch64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-2.oc9.aarch64.rpm (info) (download)
lua-cqueues-debugsource-20200603-2.oc9.aarch64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-2.oc9.aarch64.rpm (info) (download)
noarch
lua-cqueues-doc-20200603-2.oc9.noarch.rpm (info) (download)
x86_64
lua-cqueues-20200603-2.oc9.x86_64.rpm (info) (download)
lua5.1-cqueues-20200603-2.oc9.x86_64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-2.oc9.x86_64.rpm (info) (download)
lua-cqueues-debugsource-20200603-2.oc9.x86_64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue May 07 2024 Fanjun Kong <fanjunkong@tencent.com> - 20200603-2 - epol debrand * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20200603-1 - initial build