Doc::Perlish::EventBuffer - collect streaming API events


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.

Index


NAME

Top

Doc::Perlish::EventBuffer - collect streaming API events

SYNOPSIS

Top

 my $buffer = Doc::Perlish::EventBuffer->new();

 $sender->receiver($buffer);
 $sender->send_all;

 my @events = $buffer->events;

DESCRIPTION

Top


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.