2008-11-11 16:51:54 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
Author: Dmitry Karasik <dmitry@karasik.eu.org>
|
2011-10-24 11:11:38 +02:00
|
|
|
WWW: http://search.cpan.org/dist/IO-Lambda/
|