1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/devel/p5-POEx-Role-Streaming/pkg-plist
Jun Kuriyama 565849eb48 POEx::Role::Streaming provides a common idiom for streaming data from
one filehandle to another.  It accomplishes this by making good use of
sysread and POE::Wheel::ReadWrite.  This Role errs on the side of
doing as many blocking reads of the "input_handle" as possible up
front (until the high water mark is hit on the Wheel).  If this
default isn't suitable for the consumer, simply override
"get_data_from_input_handle".  After Streamer has exhausted the
source, and flushed the last of the output, it will clean up after
itself by closing the wheel, the handles, and sending all of them out
of scope. If an exception happens, it will clean up after itself, and
let the DIE signal propagate.

WWW: http://search.cpan.org/dist/POEx-Role-Streaming/
2010-10-10 05:40:39 +00:00

5 lines
203 B
Plaintext

%%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming/.packlist
%%SITE_PERL%%/POEx/Role/Streaming.pm
@comment @dirrmtry %%SITE_PERL%%/POEx/Role
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming