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. PR: ports/128652 Submitted by: Vany Serezhkin <ivan@serezhkin.com>
8 lines
350 B
Text
8 lines
350 B
Text
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>
|