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.

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2011-2018. Licensed under the same terms as Perl itself.