-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2020-3f678d5c3f 2020-02-14 01:42:14.814354 --------------------------------------------------------------------------------
Name : lua-cqueues Product : Fedora 31 Version : 20190813 Release : 3.fc31 URL : https://github.com/wahern/cqueues Summary : Stackable Continuation Queues for the Lua Programming Language 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. -------------------------------------------------------------------------------- Update Information: - add missing extern to cqueue__poll -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 5 2020 Tomas Krizek <[email protected]> - 20190813-3 - Add patch to mark cqueues__poll as extern * Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 20190813-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Oct 21 2019 Tomas Krizek <[email protected]> - 20190813-1 - Make spec EPEL8 compatible - Update to latest upstream version, BZ#1735765 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2020-3f678d5c3f' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
