logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

IO::Handle::Prototype - base class for callback based handles.

Description

       You probably want IO::Handle::Prototype::Fallback instead.

perl v5.36.0                                       2023-01-24                         IO::Handle::Prototype(3pm)

Name

       IO::Handle::Prototype - base class for callback based handles.

Synopsis

           my $fh = IO::Handle::Prototype->new(
               getline => sub {
                   my $fh = shift;

                   ...
               },
           );

See Also