The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Curl::Promiser::LoopBase - base class for event-loop-based implementations

INVALID METHODS

The following methods from Net::Curl::Promiser are unneeded in instances of this class and thus produce an exception if called:

process()
time_out()
get_timeout()

TODO

This is a rather hacky way accomplish this. Refactor it to be more-better.

Also incorporate the copy-pasted timeout logic from subclasses.