AnyEvent-DBD-Pg
view release on metacpan or search on metacpan
lib/AnyEvent/DBD/Pg.pm view on Meta::CPAN
or return do{
undef $st;
@watchers = ();
local $@ = $self->{db}->errstr;
warn;
$cb->();
$self->_dequeue;
};
# At all we don't need timers for the work, but if we have some bugs, it will help us to find them
push @watchers, AE::timer 1,1, $watchers[0];
push @watchers, AE::io $self->{fh}, 0, $watchers[0];
$watchers[0]() and return;
return;
}
=head1 METHODS
=over 4
=item connect()
( run in 1.049 second using v1.01-cache-2.11-cpan-49f99fa48dc )