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

Comparing EV/README (file contents):
Revision 1.10 by root, Wed Nov 14 21:25:46 2007 UTC vs.
Revision 1.11 by root, Sat Nov 17 01:41:33 2007 UTC

64 $time = EV::now 64 $time = EV::now
65 Returns the time the last event loop iteration has been started. 65 Returns the time the last event loop iteration has been started.
66 This is the time that (relative) timers are based on, and refering 66 This is the time that (relative) timers are based on, and refering
67 to it is usually faster then calling EV::time. 67 to it is usually faster then calling EV::time.
68 68
69 $method = EV::ev_method 69 $method = EV::method
70 Returns an integer describing the backend used by libev 70 Returns an integer describing the backend used by libev
71 (EV::METHOD_SELECT or EV::METHOD_EPOLL). 71 (EV::METHOD_SELECT or EV::METHOD_EPOLL).
72 72
73 EV::loop [$flags] 73 EV::loop [$flags]
74 Begin checking for events and calling callbacks. It returns when a 74 Begin checking for events and calling callbacks. It returns when a
450THREADS 450THREADS
451 Threads are not supported by this in any way. Perl pseudo-threads is 451 Threads are not supported by this in any way. Perl pseudo-threads is
452 evil stuff and must die. 452 evil stuff and must die.
453 453
454SEE ALSO 454SEE ALSO
455 L<EV::DNS>, L<EV::AnyEvent>. 455 L<EV::DNS>.
456 456
457AUTHOR 457AUTHOR
458 Marc Lehmann <schmorp@schmorp.de> 458 Marc Lehmann <schmorp@schmorp.de>
459 http://home.schmorp.de/ 459 http://home.schmorp.de/
460 460

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines