--- cvsroot/EV/README 2007/10/27 19:11:27 1.2 +++ cvsroot/EV/README 2007/10/28 06:40:46 1.3 @@ -47,10 +47,17 @@ Please note thta this module disables the libevent EPOLL method by default, see BUGS, below, if you need to enable it. -FUNCTIONAL INTERFACE +BASIC INTERFACE $EV::NPRI How many priority levels are available. + $EV::DIED + Must contain a reference to a function that is called when a + callback throws an exception (with $@ containing thr error). The + default prints an informative message and continues. + + If this callback throws an exception it will be silently ignored. + $time = EV::now Returns the time in (fractional) seconds since the epoch.