1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/p5-IO-Lambda/pkg-descr
Andrej Zverev 8dc346c9f4 Update to version 0.12
Fix pkg-descr WWW issue

PR:		ports/137877
Submitted by:	az
Approved by:	maintainer (timeout 2 week)
2009-09-04 05:52:25 +00:00

9 lines
344 B
Plaintext

This module is another attempt to fight the horrors of
non-blocking I/O programming. It tries to bring back the
simplicity of the declarative programming style, that is
only otherwise available when one employs threads,
coroutines, or co-processes.
WWW: http://search.cpan.org/~karasik/IO-Lambda
Author: Dmitry Karasik <dmitry@karasik.eu.org>