This package browser is in early development. Mind the rough edges.

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.

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.