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

Comparing libev/ev.pod (file contents):
Revision 1.295 by root, Sat Jun 26 09:56:57 2010 UTC vs.
Revision 1.296 by root, Tue Jun 29 10:51:18 2010 UTC

1404 { 1404 {
1405 // stop the I/O watcher, we received the event, but 1405 // stop the I/O watcher, we received the event, but
1406 // are not yet ready to handle it. 1406 // are not yet ready to handle it.
1407 ev_io_stop (EV_A_ w); 1407 ev_io_stop (EV_A_ w);
1408 1408
1409 // start the idle watcher to ahndle the actual event. 1409 // start the idle watcher to handle the actual event.
1410 // it will not be executed as long as other watchers 1410 // it will not be executed as long as other watchers
1411 // with the default priority are receiving events. 1411 // with the default priority are receiving events.
1412 ev_idle_start (EV_A_ &idle); 1412 ev_idle_start (EV_A_ &idle);
1413 } 1413 }
1414 1414

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines