Fedora Packages

lua-cqueues

Stackable Continuation Queues for the Lua Programming Language

cqueues 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.

Releases Overview

Release Stable Testing
Fedora Rawhide 20200603-11.fc40 -
Fedora 40 20200603-11.fc40 -
Fedora 39 20200603-9.fc39 -
Fedora 38 20200603-8.fc38 -
EPEL 9 20200603-6.el9 -
EPEL 8 20190813-3.el8 -
EPEL 7 20190813-3.el7 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at lua-cqueues dash maintainers at fedoraproject dot org.



Sources on Pagure