|
INFO
Name: lua-cqueues
Version: 20190813-3.el8
Arch: aarch64
Summary: Stackable Continuation Queues for the Lua Programming Language
License: MIT
Vendor: Fedora Project
Build Host: buildvm-aarch64-12.arm.fedoraproject.org
Build Date: Wed Feb 5 17:07:35 2020
Size: 515422
URL: https://github.com/wahern/cqueues
Description: 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.
FILES
0001-extern-cqueue__poll.patch
lua-cqueues-20190813.tar.gz
lua-cqueues.spec
REQUIRES
compat-lua
compat-lua-devel
gcc
lua
lua-devel 0
m4
make
openssl-devel
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
PROVIDES
CONFIG FILES
0001-extern-cqueue__poll.patch
lua-cqueues-20190813.tar.gz
lua-cqueues.spec s
LICENSE FILES
MIT
|