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

Comparing libev/ev.pod (file contents):
Revision 1.113 by root, Mon Dec 31 01:30:53 2007 UTC vs.
Revision 1.114 by root, Mon Dec 31 01:31:30 2007 UTC

575 be handled here by queueing them when their watcher gets executed. 575 be handled here by queueing them when their watcher gets executed.
576 - If ev_unloop has been called, or EVLOOP_ONESHOT or EVLOOP_NONBLOCK 576 - If ev_unloop has been called, or EVLOOP_ONESHOT or EVLOOP_NONBLOCK
577 were used, or there are no active watchers, return, otherwise 577 were used, or there are no active watchers, return, otherwise
578 continue with step *. 578 continue with step *.
579 579
580Example: Queue some jobs and then loop until no events are outsanding 580Example: Queue some jobs and then loop until no events are outstanding
581anymore. 581anymore.
582 582
583 ... queue jobs here, make sure they register event watchers as long 583 ... queue jobs here, make sure they register event watchers as long
584 ... as they still have work to do (even an idle watcher will do..) 584 ... as they still have work to do (even an idle watcher will do..)
585 ev_loop (my_loop, 0); 585 ev_loop (my_loop, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines