ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.pm
(Generate patch)

Comparing EV/EV.pm (file contents):
Revision 1.66 by root, Sat Dec 8 14:31:45 2007 UTC vs.
Revision 1.68 by root, Sun Dec 9 03:54:13 2007 UTC

93=over 4 93=over 4
94 94
95=item $EV::DIED 95=item $EV::DIED
96 96
97Must contain a reference to a function that is called when a callback 97Must contain a reference to a function that is called when a callback
98throws an exception (with $@ containing thr error). The default prints an 98throws an exception (with $@ containing the error). The default prints an
99informative message and continues. 99informative message and continues.
100 100
101If this callback throws an exception it will be silently ignored. 101If this callback throws an exception it will be silently ignored.
102 102
103=item $time = EV::time 103=item $time = EV::time
838our $DIED = sub { 838our $DIED = sub {
839 warn "EV: error in callback (ignoring): $@"; 839 warn "EV: error in callback (ignoring): $@";
840}; 840};
841 841
842default_loop 842default_loop
843 or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_METHODS}?'; 843 or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_FLAGS}?';
844 844
8451; 8451;
846 846
847=head1 SEE ALSO 847=head1 SEE ALSO
848 848

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines