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

perl-io-async 0.804

Modules for asynchronous event-driven programming in Perl

This collection of modules enables writing Perl programs that perform asynchronous input/output (IO) operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts.

Installation

Install perl-io-async 0.804 as follows:

guix install perl-io-async@0.804

Or install the latest version:

guix install perl-io-async

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.