lua5.2-cqueues 20200726
Event loop for Lua using continuation queues
The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications.
- Outputs:
out
- Website: https://25thandclement.com/~william/projects/cqueues.html
- Licenses: Expat
- Package source: gnu/packages/lua.scm
- Builds: See build status
- Issues: See known issues
Installation
Install lua5.2-cqueues 20200726
as follows:
guix install lua5.2-cqueues@20200726
Or install the latest version:
guix install lua5.2-cqueues
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.