diff options
Diffstat (limited to 'devel/p5-IO-Lambda/pkg-descr')
-rw-r--r-- | devel/p5-IO-Lambda/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-IO-Lambda/pkg-descr b/devel/p5-IO-Lambda/pkg-descr new file mode 100644 index 000000000000..84ad32d8679e --- /dev/null +++ b/devel/p5-IO-Lambda/pkg-descr @@ -0,0 +1,8 @@ +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-0.36/ +Author: Dmitry Karasik <dmitry@karasik.eu.org> |