The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Ryu::Sink at lib/Ryu/Sink.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
NAME
Ryu::Sink - base representation for a thing that receives events
DESCRIPTION
This is currently of limited utility.
my $src = Ryu::Source->new;
my $sink = Ryu::Sink->new;
$sink->from($src);
$sink->source->say;
METHODS
from
Given a source, will attach it as the input for this sink.
INHERITED METHODS
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2011-2020. Licensed under the same terms as Perl itself.