Fri, 08 May 2026 02:42:46 CST | login

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

ID9795
Package Namelua-cqueues
Version20200603
Release2.ocs23
Epoch
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, 13 May 2024 21:01:17 CST
CompletedMon, 13 May 2024 21:03:57 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/lua-cqueues.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/lua-cqueues.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
lua-cqueues-20200603-2.ocs23.src.rpm (info) (download)
aarch64
lua-cqueues-20200603-2.ocs23.aarch64.rpm (info) (download)
lua5.1-cqueues-20200603-2.ocs23.aarch64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-2.ocs23.aarch64.rpm (info) (download)
lua-cqueues-debugsource-20200603-2.ocs23.aarch64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-2.ocs23.aarch64.rpm (info) (download)
noarch
lua-cqueues-doc-20200603-2.ocs23.noarch.rpm (info) (download)
x86_64
lua-cqueues-20200603-2.ocs23.x86_64.rpm (info) (download)
lua5.1-cqueues-20200603-2.ocs23.x86_64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-2.ocs23.x86_64.rpm (info) (download)
lua-cqueues-debugsource-20200603-2.ocs23.x86_64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-2.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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