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

Comparing EV/README (file contents):
Revision 1.2 by root, Sat Oct 27 19:11:27 2007 UTC vs.
Revision 1.3 by root, Sun Oct 28 06:40:46 2007 UTC

45 module fully. 45 module fully.
46 46
47 Please note thta this module disables the libevent EPOLL method by 47 Please note thta this module disables the libevent EPOLL method by
48 default, see BUGS, below, if you need to enable it. 48 default, see BUGS, below, if you need to enable it.
49 49
50FUNCTIONAL INTERFACE 50BASIC INTERFACE
51 $EV::NPRI 51 $EV::NPRI
52 How many priority levels are available. 52 How many priority levels are available.
53
54 $EV::DIED
55 Must contain a reference to a function that is called when a
56 callback throws an exception (with $@ containing thr error). The
57 default prints an informative message and continues.
58
59 If this callback throws an exception it will be silently ignored.
53 60
54 $time = EV::now 61 $time = EV::now
55 Returns the time in (fractional) seconds since the epoch. 62 Returns the time in (fractional) seconds since the epoch.
56 63
57 $version = EV::version 64 $version = EV::version

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines