ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.24 by root, Mon Nov 12 19:20:05 2007 UTC vs.
Revision 1.26 by root, Tue Nov 13 03:11:57 2007 UTC

56 56
57=over 4 57=over 4
58 58
59=item ev_tstamp ev_time () 59=item ev_tstamp ev_time ()
60 60
61Returns the current time as libev would use it. 61Returns the current time as libev would use it. Please note that the
62C<ev_now> function is usually faster and also often returns the timestamp
63you actually want to know.
62 64
63=item int ev_version_major () 65=item int ev_version_major ()
64 66
65=item int ev_version_minor () 67=item int ev_version_minor ()
66 68
241 243
242=item ev_unloop (loop, how) 244=item ev_unloop (loop, how)
243 245
244Can be used to make a call to C<ev_loop> return early (but only after it 246Can be used to make a call to C<ev_loop> return early (but only after it
245has processed all outstanding events). The C<how> argument must be either 247has processed all outstanding events). The C<how> argument must be either
246C<EVUNLOOP_ONCE>, which will make the innermost C<ev_loop> call return, or 248C<EVUNLOOP_ONE>, which will make the innermost C<ev_loop> call return, or
247C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> calls return. 249C<EVUNLOOP_ALL>, which will make all nested C<ev_loop> calls return.
248 250
249=item ev_ref (loop) 251=item ev_ref (loop)
250 252
251=item ev_unref (loop) 253=item ev_unref (loop)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines